How do I remove sticky header on North Theme?

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?

@isaacdob

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

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

1 Like

https://evrenclothing.com/

password: chewno

Thanks in advance!

1 Like

@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.

@isaacdob

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;
}
1 Like

Thanks for the response. This theme doesn’t have the file “base.css” what other file would work? @infoatcodelab7

@isaacdob

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

@isaacdob

Can you please send me a screenshot of your assets folder’s file list?


This is the only one. @infoatcodelab7

Hi @isaacdob ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved:

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Eg:

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

1 Like