Re: Changing just 'Sale' menu item colour to red

Solved

Changing just 'Sale' menu item colour to red

afwanfhaider
Tourist
7 0 2

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!

Accepted Solution (1)

codexecom
Shopify Partner
60 9 13

This is an accepted solution.

Hi @afwanfhaider 
please use this code on theme.css file

.header__primary-nav-item[data-title="Sale"] {
color: red;
}

Need Freelance Shopify Developer, Designer or For further Discussion
Reachout me on whatsapp:+91 919721741072 or , Skype: https://join.skype.com/invite/sDrWRlIVb20I

View solution in original post

Replies 3 (3)

codexecom
Shopify Partner
60 9 13

This is an accepted solution.

Hi @afwanfhaider 
please use this code on theme.css file

.header__primary-nav-item[data-title="Sale"] {
color: red;
}

Need Freelance Shopify Developer, Designer or For further Discussion
Reachout me on whatsapp:+91 919721741072 or , Skype: https://join.skype.com/invite/sDrWRlIVb20I
afwanfhaider
Tourist
7 0 2

How can I change the font size of just the menu items, without going through typography?

afwanfhaider
Tourist
7 0 2

By the way, that worked! Thank you so much for your help