thank you again for the theme, it's great. I just updated Salient to the last version 5.5.5 and there is now a problem with my portfolio I can't solve: http://prismstudio.eu/portfolio/ The portfolio filter has now a black background although I wrote a custom CSS in order for the background to be white. Here the whole CSS for the portfolio filter
#portfolio-filters-inline .container > ul li#sort-label, #portfolio-filters-inline ul li a:hover, #portfolio-filters-inline #current-category {
color: #000000!important;
}
body #portfolio-filters-inline {
background-color: #fff!important;
}
It worked perfectly for a long time, but went wrong after the last update.
Change the \"#portfolio-filters-inline\" to \".portfolio-filters-inline\" . Change the hash to dot as the html element has a class now instead of a ID .
Hi,
thank you again for the theme, it's great. I just updated Salient to the last version 5.5.5 and there is now a problem with my portfolio I can't solve: http://prismstudio.eu/portfolio/ The portfolio filter has now a black background although I wrote a custom CSS in order for the background to be white. Here the whole CSS for the portfolio filter
#portfolio-filters-inline .container > ul li#sort-label, #portfolio-filters-inline ul li a:hover, #portfolio-filters-inline #current-category {
color: #000000!important;
}
body #portfolio-filters-inline {
background-color: #fff!important;
}
It worked perfectly for a long time, but went wrong after the last update.
Could you help me?
Arnaud
Hey,
Change the \"#portfolio-filters-inline\" to \".portfolio-filters-inline\" . Change the hash to dot as the html element has a class now instead of a ID .
Thanks
ThemeNectar Support Team
Hey,
it works just fine. Thank you very much!