I am trying to change the font color in the "sort portfolio" drop down menu on my home page. Where can I change that? Currently, I can only change the background color in the "accent colors". Also, is it possible to change the text "Sort Portfolio" to "Sort Services"?
Add this into the Custom CSS box located in your Salient Options panel :
body #portfolio-filters ul li a {
color: rgba(255, 255, 255, 0.7) !important;
}
body #portfolio-filters ul li a:hover {
color: rgba(255, 255, 255, 0.7) !important;
}
I am trying to change the font color in the "sort portfolio" drop down menu on my home page. Where can I change that? Currently, I can only change the background color in the "accent colors". Also, is it possible to change the text "Sort Portfolio" to "Sort Services"?
Hey Sharlyn!
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team