Change font color of one item in horizontal menu

FiP
4 Posts
FiP posted this 21 April 2020

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
Vote to pay developers attention to this features or issue.
6 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 22 April 2020

Hello,

Could you please provide the link to the site and specify the item?

Gina
Themler Support

Hello, Could you please provide the link to the site and specify the item? Gina Themler Support
FiP
4 Posts
FiP posted this 22 April 2020

https://forystek.pl
I want to change font color only for "COVID-19" horizontal menu item

https://forystek.pl I want to change font color only for "COVID-19" horizontal menu item
Support Team
Support Team posted this 23 April 2020

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

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
FiP
4 Posts
FiP posted this 23 April 2020

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 settings
Support Team posted this 24 April 2020

Ok, 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.

Screenshot-3.png

Gina
Themler Support

Ok, 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. !Screenshot-3.png! Gina Themler Support
FiP
4 Posts
FiP posted this 25 April 2020

Excellent, that is what I needed
Thank you very much for your help

Excellent, that is what I needed Thank you very much for your help
You must log in or register to leave comments