Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Navigation Menu Different Font Colour Mobile

Solved

Navigation Menu Different Font Colour Mobile

TheBogeyBunch
Tourist
6 0 3

Hi,

 

I've managed to change the word "SALE" to font colour red in my navigation menu for desktop; however, this hasn't updated for the sidebar navigation menu for mobile. 

 

The URL is thebogeybunch.com.au

 

Thank you for any help you may have!

 

I am using Dawn Theme 12.0

Accepted Solution (1)

Danishshopdev
Shopify Partner
163 17 20

This is an accepted solution.

a#HeaderDrawer-sale {
    color: red;
    font-weight: 600;
}

 

Paste it in your css file or custom css section

banned

View solution in original post

Reply 1 (1)

Danishshopdev
Shopify Partner
163 17 20

This is an accepted solution.

a#HeaderDrawer-sale {
    color: red;
    font-weight: 600;
}

 

Paste it in your css file or custom css section

banned