Hi Everyone,
My actual menu on the header is like that :
I want to change only the “Achetez Maintenant” button like below :
Can you help for this please ?
Thank you in advance,
Alamine
Hi Everyone,
My actual menu on the header is like that :
I want to change only the “Achetez Maintenant” button like below :
Can you help for this please ?
Thank you in advance,
Alamine
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.
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