Using the Prestige theme. Struggling to change the colour of the ‘Sale’ menu item in my store. Haven’t purchased the theme yet, but I have a preview for my website:
https://f88bei6t0vhno2hm-77605110095.shopifypreview.com
Thanks in advance!
Using the Prestige theme. Struggling to change the colour of the ‘Sale’ menu item in my store. Haven’t purchased the theme yet, but I have a preview for my website:
https://f88bei6t0vhno2hm-77605110095.shopifypreview.com
Thanks in advance!
Hi @afwanfhaider
please use this code on theme.css file
.header__primary-nav-item[data-title=“Sale”] {
color: red;
}
How can I change the font size of just the menu items, without going through typography?
By the way, that worked! Thank you so much for your help