Hi,
Please use browser inspector tool and take the menu item unique class and add your color via custom css in Theme Panel > Custom Code. Please check this topic as reference – https://forum.tagdiv.com/topic/different-colours-for-menu-buttons/
If you need more assistance regarding this or you have other issues with the theme please note that we will get in touch with you Monday – http://screencast.com/t/5EQlEtXSFCp
Thanks for understanding! Happy new year!
Hello agidulyan,
Try to use in your code the !important tag like this: http://screencast.com/t/2UTkG9qkifK and check how it happens. I’ve tested on my side and works fine.
Hope this helps and let us know how it goes!
Thank you!
Hello,
You can use css like this:
http://screencast.com/t/V7Hhe7AHIv
.menu-item-xxx a {
color: #AD2929 !important;
}
Thanks!
Well, you had answered on this question later but now I can’t find your answer (probably, it was via email). This is why I commented it here again as do not missed anymore and allow to other people to see your advise.
The link is : https://cis.smebanking.club
Hi,
You can use this code, almost the same one from before but with the :hover property for the menu item you want – https://www.screencast.com/t/ZmNU7IquHu
.menu-item-27850 a:hover {
color: black!important;
}
Thanks