Hi, our site is www.uncertn.com
I want to change the “BUNDLES” text under the SHOP navigation to red and increase the boldness.
Goal: make the “BUNDLES” item under the SHOP navigation red and bolder.
Attachments: screenshots were central to confirming the visual result.
Status: resolved; no further action items noted.
Hi, our site is www.uncertn.com
I want to change the “BUNDLES” text under the SHOP navigation to red and increase the boldness.
Hello @UCJustin
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.dropdown__family:last-child .navtext {
color: red;
font-weight: bold
}
The result
Hope it helps!
Hi! Our theme doesn’t have base.css.
Looks like I got it to work but it’s not showing on mobile?