Changing the color of a category on the navigation bar

Solved
Sumayya
New Member
6 0 0

Hello Everyone,

 

Does anyone know how to change the color of the clearnace category below to #CF3737. I am using the theme Symmetry which I purchased.

https://themes.shopify.com/themes/symmetry/styles/chantilly/preview?surface_detail=large-inventory&s...

 

Screen Shot 2023-06-04 at 3.54.13 PM.png

Accepted Solution (1)
pawankumar
Shopify Partner
375 35 62

This is an accepted solution.

Hi @Sumayya 
I hope you are doing well
You can do it like this

a.navigation__link[href="/collections/clearance"] {
    color: #CF3737;
}

You can change the href as per need and If you need to put parent you can do that also.
You can paste this code at the end in assets/styles.css file
If it still does not work, please share store URL (password if password protected) so that we can check it on our side
Thank you!

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com


Best regards,
Pawan

View solution in original post

Replies 2 (2)
pawankumar
Shopify Partner
375 35 62

This is an accepted solution.

Hi @Sumayya 
I hope you are doing well
You can do it like this

a.navigation__link[href="/collections/clearance"] {
    color: #CF3737;
}

You can change the href as per need and If you need to put parent you can do that also.
You can paste this code at the end in assets/styles.css file
If it still does not work, please share store URL (password if password protected) so that we can check it on our side
Thank you!

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com


Best regards,
Pawan
Sumayya
New Member
6 0 0

It worked. Thanks a lot!!!