Okay
  Public Ticket #2381017
menu button
Closed

Comments

  • clpublications2243 started the conversation

    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!

  •  3,023
    Andrew replied

    Hi there,

    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;
    }
    

    Hope this helps.