I am currently trying to change the colour of the “portfolio category†sub menu (under the main header). By default it is a dark grey, and I couldn’t seem to find where this items colour options live within the wordpress interface.
I’ve search the support tickets but can’t seem to find any custom css that addresses this.
I am currently trying to change the colour of the “portfolio category†sub menu (under the main header). By default it is a dark grey, and I couldn’t seem to find where this items colour options live within the wordpress interface.
I’ve search the support tickets but can’t seem to find any custom css that addresses this.
Thanks!
Hey Dustin!
Would it be possible for us to see a url so we can write page/section specific custom css for you.
Thanks
ThemeNectar Support Team
Hi Tahir, Thanks for the quick response.
I actually found a previous support ticket that solved my issue. I just imputed this in my custom css, and voila!
.container-wrap, .home-wrap, .project-title, .portfolio-items .col {
background-color: #fff!important;
}
body div#portfolio-filters-inline {
background-color: #fff;
}
Thanks,
D