Impulse theme change color of menu called SALE

Hi. We are changing the theme up a bit. The menu works slightly difference, Sale on the Main menu should be Highlighted red.

@oscprofessional I have seen you easily do this mind helping with this one?

I can Highlight any one below the SALE. But I want to Highlight the SALE.

https://taudgkfv4dz0v0oo-12365430880.shopifypreview.com ( Active for 2 Days )

Regards

Hello @DeonSmit

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

.site-nav li:nth-child(8) .site-nav__link.site-nav__link--underline.site-nav__link--has-dropdown {
	color: red;
}

Hi @DeonSmit ,

This is Henry at PageFly - Shopify Advanced Page Builder app.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Henry | PageFly

Hi @DeonSmit

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the theme.css file:
.site-navigation .site-nav__item:nth-last-child(2) .site-nav__link {color: red !important;}

Regards,

San

Thanks all! All 3 Responses work well.

It is my pleasure to help you