Hi. I have an accented button in navigation. However when you click it the label turn the same colour (as that's the colour of the other navigation labels when in use). Can I change this button to remain with white font always? Thanks
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
body #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item.button_solid_color > a {
color: #fff !important;
}
Hi. I have an accented button in navigation. However when you click it the label turn the same colour (as that's the colour of the other navigation labels when in use). Can I change this button to remain with white font always? Thanks
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks!