Okay
  Public Ticket #2729570
Need to modify navigation button text color
Closed

Comments

  •  1
    ncccpr started the conversation

    Hello,

    I need to change the text color of my 'Apply Today' button in the main navigation to white for all instances (hover, visited, current, etc) states. Please advise on how to do that and where to insert the styles. The website is: https://www.niagaracc.suny.edu/

    Kind Regards,

    Corey Wright

  •  8,387
    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 > a{
         color:#fff !important;
     }

    Thanks


    ThemeNectar Support Team 

  •  1
    ncccpr replied

    Thank you so much!