Would this be the CSS you are looking for:
#xprofile-personal-li {
background-color: blue;
}
Hi, thanks for the reply!
That only change the current selected setting… And not the complete nav
#object-nav.item-list-tabs li {
background-color: blue;
}
Does not make any changes 🙁
That’s what works for me, you could try:
#item-nav.item-list-tabs li {
background-color: blue;
}
But that had no effect on mine. Otherwise it’s a case of trial and error for your specific site.
If I add as extra CSS it doesnt make any changes. Should I do it another way?
It should work as extra css, That’s what I did to test – in Customizer
how about:
#object-nav li {
background-color: blue;
}
That code only makes the link “boxes” colored, I would like to make the whole bar colored 🙂
#item-nav {
background-color: blue;
}
Doesnt makes any changes :/
This nearly does it!
.bp-navs ul {
background: #558ed5;
}
Screenshot
Go to admin dashboard > appearance > menus.
Select the menu you want to edit.
Go to the add custom link section.
Enter the text for the nav menu item e.g Edit Profile.
Click the Add to Menu button.
Position the menu item on the menu.
Click the “Save menu” button.