A space to discuss online store customization, theme development, and Liquid templating.
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
Solved! Go to the solution
This is an accepted solution.
a#HeaderDrawer-sale {
color: red;
font-weight: 600;
}
Paste it in your css file or custom css section
This is an accepted solution.
a#HeaderDrawer-sale {
color: red;
font-weight: 600;
}
Paste it in your css file or custom css section