This only changed the background color, not the text - I'd like to change the text to white and the text on the hover over portfolio images. Thank you~
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
.portfolio-filters-inline .container > ul li#sort-label {
color: #eee;
}
.portfolio-filters-inline ul li a {
color: #fff !important;
}
.portfolio-filters-inline .container ul li a.active, .portfolio-filters-inline.non-fw ul li a:hover {
color: #673AB7 !important;
}
.portfolio-items[data-ps="6"] .work-meta h4 {
color: #fff !important;
}
On my portfolio hover AND the filters, the color is grey but I'd like to change it to white.
Hey Again,
Simply choose the color scheme in here :
Be.st
ThemeNectar Support Team
This only changed the background color, not the text - I'd like to change the text to white and the text on the hover over portfolio images. Thank you~
Hey Again
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team