Hi All,
So Basically I want to change a Color of a Specific Button/navigation from the rest.
I have a little experience in CSS but looking at the codes there is no ‘Id’, so the changes affect the others
I’ll attach a sample screenshot.
Hi All,
So Basically I want to change a Color of a Specific Button/navigation from the rest.
I have a little experience in CSS but looking at the codes there is no ‘Id’, so the changes affect the others
I’ll attach a sample screenshot.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hello @shado13 ,
Hope you are doing well.
You should add ‘:nth-child(5)’ at the end of the class to change the color of specific navigation.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
You just need to add the following property on your theme.css file. Make sure add parent class.
li:nth-child(5) {
color: black;
}