Okay
  Public Ticket #2809115
Button Accent Colour
Closed

Comments

  •  21
    Sanjay started the conversation

    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 

  •  8,847
    Tahir replied

    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):

    body #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item.button_solid_color > a {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    Thanks!