Change Color of Menu Item "Sale" Dawn theme

Change Color of Menu Item "Sale" Dawn theme

NadeenZidan
Visitor
2 0 0

Hello, 

 

I'm trying to change one menu item, the word "Sale", to red. I'm using dawn theme and opened and tried every single solution given on here and it doesn't work. I've tried adding under the base.css and under the header-mega-menu.liquid as well as under the theme editor, nothing happened. 

 

My website is www.thericcidistrict.com

 

Thank you! 

Replies 2 (2)

PageFly-Henry
Shopify Partner
1184 335 293

Hi @NadeenZidan 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


[href="/collections"] span {

    color: red !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

NadeenZidan
Visitor
2 0 0

Hello, it did not work 😞