Im trying to change the color of the button text in the navigation. I have the button color set to accent 1 (white) but the text color is white as well. how can I control that color?
Try the following custom css in Salient > General settings > CSS/Script related:
body #header-outer.transparent #top nav > ul > li[class*="button_bordered"] > a, body #header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_bordered"] > a:hover, body #header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a {
color: black !important;
}
Hello!
Im trying to change the color of the button text in the navigation. I have the button color set to accent 1 (white) but the text color is white as well. how can I control that color?
thanks!
Hi there,
Try the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.