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/
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;
}
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
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
Thank you so much!