Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

Change color of menu item to red for SALE

Change color of menu item to red for SALE

Damerrano77
Visitor
3 0 0

My store currently uses Dawn theme and i would like to change the color of my "Markdown" menu item to red, on both desktop & mobile. Looking for help with the same, my site link is - https://damerrano.com/

 

Thanks in advance

Reply 1 (1)

GemPages
Shopify Partner
5625 1262 1287

Hello @Damerrano77 ,

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1679647996176.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1679648022248.png

<style>
.list-menu__item[href="/collections/sale"] span,
.list-menu__item[href="/collections/sale"] {
    color: #ff0000;
}
</style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center