So i wanted to change a tabs color on top of my shop:
Home - Shop Now - Track Order - Contact Us
Something like above!
Thanks! Im using the Dawn theme.
A user seeks help changing the color of navigation tabs at the top of their shop, specifically wanting to modify the “Shop Now” tab and other menu items like “Home,” “Contact Us,” and “Track Order.”
Proposed Solution:
ul.list-menu li:nth-child(2) a { color: red !important; }Alternative Approach:
The discussion remains open, awaiting confirmation of whether the CSS solution worked or if the user will share store access for further assistance.
So i wanted to change a tabs color on top of my shop:
Home - Shop Now - Track Order - Contact Us
Something like above!
Thanks! Im using the Dawn theme.
Hi @nyvek221
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
ul.list-menu li:nth-child(2) a {
color: red !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.