I’d like to change the color of a specific menu like the ‘Clearance’ menu to red color. I did search for it a lot and did try the other codes from some posts but it didn’t work with the theme. Please help meeee. Thank you in advance!! 
Here’s the link: https://agedcareandmedical.com.au/?_ab=0&_fd=0&_sc=1&preview_theme_id=126406918203
Hi @kristinejrb .,
Go to your Online store > Themes > click 3 dots icons, Edit code > open base.css and add this CSS code at the bottom of your file, click Save button
.menu-lv-i:last > a {
color: #your_color_code !important;
}
1 Like
Hello @kristinejrb
This is GemPages - A powerful Page Builder.
I would like to give you some recommendations to support you
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid theme file
paste below code before :
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages
1 Like
Hi @GemPages ! It did work!!
Thank you so much!!!
Hi @kristinejrb ,
I am so glad that my solution can help
.
1 Like
@GemPages Thanks again for your help. Very much appreciated 