I want to remove the sticky header on my theme “North” but I can’t figure it out. Does anyone know how to fix this?
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @isaacdob ,
To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?
Thank you and hope to hear from you.
Best regards,
GemPages Support Team
@isaacdob
The store does not have a field to enter the password, where can we enter the password?
I see. Sorry about that. I will enable it now.
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
.header-section .header.hover, .header.fixed {
position: unset;
}
Thanks for the response. This theme doesn’t have the file “base.css” what other file would work? @infoatcodelab7
Do you have theme.css or custom.css in your theme?
I have theme.liquid. I don’t havetheme.css or custom.css. Is there a way to access this? @infoatcodelab7
Can you please send me a screenshot of your assets folder’s file list?
Hi @isaacdob ,
Glad to support you today.
You can check out my suggestion below to get your concern resolved:
- Go to Edit code on Online Store:
- add my code above the tag on Theme.liquid:
Eg:
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.


