Change The Color Of A Single Main Menu Item

Solved

Change The Color Of A Single Main Menu Item

Omar79
Tourist
5 1 0

I need help for CSS coding on dawn Theme -> I would like to change the text color of only one of my main navigation menu to highlight it.

The "Ramadan Offers" navigation menu should appear in RED rather than white 

Accepted Solution (1)
Omar79
Tourist
5 1 0

This is an accepted solution.

but its not showing on mobile phone. can u help do that ?

View solution in original post

Replies 6 (6)

CodingFifty
Shopify Partner
869 127 159

Hi @Omar79,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

a#HeaderMenu-ramadan-offers {
    color: red !important;
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
Omar79
Tourist
5 1 0

Finally it worked 

thank you so much 

Omar79
Tourist
5 1 0

This is an accepted solution.

but its not showing on mobile phone. can u help do that ?

CodingFifty
Shopify Partner
869 127 159

Try this code.

a#HeaderDrawer-ramadan-offers {
    color: red !important;
}
a#HeaderMenu-ramadan-offers {
    color: red !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
Omar79
Tourist
5 1 0

yes it worked . thank you

CodingFifty
Shopify Partner
869 127 159

@Omar79 Please mark my answer.

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com