Comments Mark started the conversationMay 21, 2015 at 7:33pmHow can I change the portfolio image hover overlay color without changing all the accent colors throughout the theme? Is there a way in the theme to do it? And what is the CSS to do so? It is very tricky to isolate this behavior in chrome to find the correct CSS. 8,851Tahir repliedMay 22, 2015 at 4:08pmHey, Please see: Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :.portfolio-items .work-info-bg { background-color: #fff !important; }Thanks ThemeNectar Support Team Mark repliedMay 24, 2015 at 2:28amHmm. ... interesting. Are you sure? It seems that there should be a hover property in the css somewhere like .work-info-bg:hover { } 8,851Tahir repliedMay 25, 2015 at 3:11pmHey Again,Have you tried placing the css ? . The hover is js based so no css hover is needed. Thanks ThemeNectar Support Team Mark repliedMay 25, 2015 at 6:35pmOh I see. Not yet. Thank you. Sign in to reply ...
How can I change the portfolio image hover overlay color without changing all the accent colors throughout the theme?
Is there a way in the theme to do it?
And what is the CSS to do so?
It is very tricky to isolate this behavior in chrome to find the correct CSS.
Hey,
Please see:
Thanks
ThemeNectar Support Team
Hmm. ... interesting. Are you sure?
It seems that there should be a hover property in the css somewhere like .work-info-bg:hover { }
Hey Again,
Have you tried placing the css ? . The hover is js based so no css hover is needed.
Thanks
ThemeNectar Support Team
Oh I see. Not yet. Thank you.