Hi guys,
I would like to have a header like the site below:
Is this possible on Shopify?
My webshop link is: www.mywoodpanels.com
Thanks in advance!
@GemPages you can maybe help me?
Hi guys,
I would like to have a header like the site below:
Is this possible on Shopify?
My webshop link is: www.mywoodpanels.com
Thanks in advance!
@GemPages you can maybe help me?
Hello @MYWOOD ,
I can’t access to the sample website
Could you re-check the domain of sample website to see if it is correct?
Best regards,
GemPages Support Team
Ohh im sorry, it should be www.akuwoodpanel.nl
Hello @MYWOOD ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
Open your theme.liquid theme file
Paste the below code before
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
No sir it didn’t work. I tried but it doesn’t change…
Hello @MYWOOD ,
Could you please share the screenshot of the code that you added to your theme code?
I checked your website but I can’t find that code.
Best regards,
GemPages Support Team
Hi @MYWOOD
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Add this CSS at the bottom
Online Store ->Theme ->Edit code
Assets ->base.css
#site-header:hover {
background-color: #fff !important;
margin: 0 !important;
max-width: 100% !important;
}
#site-header:hover .header__menu-item>span {
color: #000 !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
I’m sorry mate, i’d put it in the wrong section. It worked!!
Awesome, you’re a machine!!
I’ve got an additional question to this.
Is it maybe possible to use this only on the main page? Either war is it possible to edit the colour changes to the cart and account icon?
Hello @MYWOOD ,
If you want to use the code only on the main page, you could please try adding the below code:
{% if template == "index" %}
{% endif %}
Best regards,
GemPages Support Team