Navigation Menu Different Font Colour Mobile

Solved

Navigation Menu Different Font Colour Mobile

TheBogeyBunch
Tourist
6 0 2

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