Add a Colour to a specific button on the headeron the Menu [Dawn Theme]

Hi Everyone,

My actual menu on the header is like that :

AminsDada_0-1652622873126.png

I want to change only the “Achetez Maintenant” button like below :

AminsDada_0-1652622705665.png

Can you help for this please ?

Thank you in advance,

Alamine

Hi @Markit-Themes ,

Here my store :

https://lumi-watch.com/

pwd : Sh@rwarma34

Thanks

Please add below css in bottom of assets/base.css file

ul.list-menu li:nth-child(1) a.header__menu-item {
background: #33acff;
color: #fff;
border-radius: 5px;
font-weight: 600;

}
Thank you.

@Denishamakwana

Thank you so much for your time

Please add below css in bottom of base.css file

span.header__active-menu-item {
color: #fff;

}
Thank you.

Thank you so much @Denishamakwana

1 Like