
Hello,
I have question about how to change font color of one item in horizontal menu?
In Developer mode in browser i found this item but i cannot extract unique ID to create custom CSS
I will be grateful for some advice
Hello,
I have question about how to change font color of one item in horizontal menu?
In Developer mode in browser i found this item but i cannot extract unique ID to create custom CSS
I will be grateful for some advice
Hello,
Could you please provide the link to the site and specify the item?
Gina
Themler Support
https://forystek.pl
I want to change font color only for "COVID-19" horizontal menu item
Try adding this code to Home -> Settings -> Additional CSS:
.bd-menuitem-27 a {
color:black!important;
}
Of course, you can set any color using label or hex # number.
Gina
Themler Support
That code change every item in my menu, the same i can do using horizontal menu settings
That code change every item in my menu, the same i can do using horizontal menu settingsOk, try out this code:
.bd-menu-7 li:first-child a {
color:red!important;
}
It will work as long as this menu item is first.
Gina
Themler Support
Excellent, that is what I needed
Thank you very much for your help