Okay
  Public Ticket #237348
Change Colour of Portfolio Categories Menu / Header
Closed

Comments

  • Dustin started the conversation

    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!

  •  8,839
    Tahir replied

    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 

  • Dustin replied

    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