Change background color of navigation menu of Collection& Product Page without changing the Homepage

Solved

Change background color of navigation menu of Collection& Product Page without changing the Homepage

Mabinibooks
Shopify Partner
49 0 20

Hello, good evening!

I'm having trouble finding the right settings for the header menu background color for collection page & product page without affecting the Homepage color; I've tried editing the schemes, however when I change the color on the collection page, it also changes the color on homepage. I want to have a separate color on Homepage and Collection page.

Mabinibooks_0-1726833895060.png

The above image is the color that I prefer on the homepage
And this is the color I want for the collection/Product Page

Mabinibooks_1-1726833984228.png

https://totisevilla.myshopify.com/

Password: daocha

I'm using dawn theme

Please assist.

Thank you!




Accepted Solution (1)

Moeed
Shopify Partner
5426 1468 1753

This is an accepted solution.

Hey @Mabinibooks 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

{% if template.name != "index" %} 
<style>
.header {
    background: black !important;
}
.header * {
    color: white !important;
}
.header predictive-search label {
    color: black !important;
}
</style>
{% endif %}

RESULT:

Moeed_0-1726834288744.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 10 (10)

BSSCommerce-HDL
Shopify Partner
2303 847 1062

Hi @MabinibooksCan you kindly share your store link with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Abehub
Shopify Partner
4 0 2
 

Hi Mabinibooks! I’d love to help you out. Could you let me know which theme you’re using for your website design? Also, if you could share your website link, that would be great, I can take a quick look and suggest some solutions!

Abehub
Abehub
Shopify Partner
4 0 2

i look forward to your response ?

Abehub
Mabinibooks
Shopify Partner
49 0 20

Hello, sorry I forgot to include it

https://totisevilla.myshopify.com/

Password: daocha

I'm using dawn theme

Mabinibooks
Shopify Partner
49 0 20

Hello, sorry I forgot to include it

https://totisevilla.myshopify.com/

Password: daocha

I'm using dawn theme

Moeed
Shopify Partner
5426 1468 1753

This is an accepted solution.

Hey @Mabinibooks 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

{% if template.name != "index" %} 
<style>
.header {
    background: black !important;
}
.header * {
    color: white !important;
}
.header predictive-search label {
    color: black !important;
}
</style>
{% endif %}

RESULT:

Moeed_0-1726834288744.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Mabinibooks
Shopify Partner
49 0 20

Hello Moeed, sorry I forgot to include the website link. Please check the below details if the code you provided would also be applicable, thank you

https://totisevilla.myshopify.com/

Password: daocha

I'm using dawn theme

Moeed
Shopify Partner
5426 1468 1753

Hey @Mabinibooks 

 

I've already provided you the code and the steps that were needed, please try that out and it should be good for you! 

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Mabinibooks
Shopify Partner
49 0 20

It worked, thank you so much. Have a great weekend!

Moeed
Shopify Partner
5426 1468 1753

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications