I want to change the color of each individual main menu word (Home, Practice Management, etc) using CSS. You helped me change the CSS for all other pages, but this page has a custom header I made using Header Builder. Can you tell me the CSS for the main menu?
The code you posted is the same as what I have. My current code works on my standard menu. I'm trying to modify a custom menu I made in Header Builder that only appears on one page: https://theprofitabledentist.com/swamped-by-ppos/
I want to change the color of each individual main menu word (Home, Practice Management, etc) using CSS. You helped me change the CSS for all other pages, but this page has a custom header I made using Header Builder. Can you tell me the CSS for the main menu?
Here's what I used for the rest of the site:
This is for the menu name:
#navigation.menu-item-padding ul.menu>li#menu-item-1016>a {
color: #005566;
}
This is for the current menu name:
#navigation.menu-item-padding .menu>li.current-menu-item.menu-item-1016>a {
color: #111111;
background-color: rgba(0,85,102,.25);
}
Thank you!
Hi,
Please modify the CSS code like this:
Regards,
PenciDesign.
The code you posted is the same as what I have. My current code works on my standard menu. I'm trying to modify a custom menu I made in Header Builder that only appears on one page: https://theprofitabledentist.com/swamped-by-ppos/
Hi,
Please try to use this CSS code:
Regards,
PenciDesign.