How can I change the color for a specific menu in dawn theme?

Hello,

I just wanted to inquire, how can I change the color of a specific menu like Sale or New Arrivals in dawn theme?

Attaching a file, in this case, want to change the color for SALE menu at all page.

Hi @John_Starc !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please share page Url so that I can inspect and send code accordingly

Best Regards;

PageFly

Hi @John_Starc

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

a[href=“/pages/sale”] {

color: red;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Hello, the website is not published yet as its password protected. The sale Menu needs to be in Red color.

Not working