hi, i want to turn the “winter sale” button red in the menu thats in the picture. how can i do it?
thanks!
site link- https://malboshim.com/
hi, i want to turn the “winter sale” button red in the menu thats in the picture. how can i do it?
thanks!
site link- https://malboshim.com/
@Anonymous_d65591fabfe73ef1cdbdaa0a1489d355 You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of base.css file.
.header--top-center .header__inline-menu>.list-menu--inline li:nth-child(5) a{color:red;}
Hi @Anonymous_d65591fabfe73ef1cdbdaa0a1489d355
Try this one.
a#HeaderMenu-winter-sale {
color: red;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Anonymous_d65591fabfe73ef1cdbdaa0a1489d355
Result:

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!