How can I change my sale menu to red in Be Yours theme?

Hi, I am using be yours theme & want to make my sale menu red on my menu bar

Can anyone help as to how to achieve this?

My site is spoiledbrat.co.uk

Thanks in advance

Hi @spoiledbratuk

Please add this code to bottom of base.css file in Online store > Themes > Edit code

.list-menu .header__menu-item:last-child { color: red !important; }

Hi @spoiledbratuk

Follow these Steps:

Go to Online Store Edit Code Find theme.liquid file or base.css

Add the following code in the bottom of the file above tag

.list-menu .header__menu-item:last-child { 
color: red !important; 
}

RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solutions.

Hi @spoiledbratuk ,

This is David at SalesHunterThemes.

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code.

Go Assets folder → base.css file.

Add this following code at the bottom of page.

.list-menu .header__menu-item:last-child a {
 color: red !important; 
}

result:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

That doesnt seem to work , it makes the menus all red

I think its because I have 4 mega menus?

i’ve checked, you can try with this code:

.list-menu li:last-child a {
 color: red !important; 
}
1 Like

Thanks that worked perfect :slightly_smiling_face:

1 Like

you are welcome, have a good day!