Okay
  Public Ticket #1402623
Change color of activated Portfolio Category
Closed

Comments

  • marieluise_schulz started the conversation

    Hey again,

    I want to change the background color of the activated Portfolio Category.

    I tried this:

    .portfolio-filters-inline .container ul li a:active {    background-color: #673AB7 !important;
    }

    But this doesn't works . 


  •  8,393
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   marieluise_schulz replied privately
  •  8,393
    Tahir replied

    Hey Again,

    There is no category active on Page load so the changes will only show if you select a category .

    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 a.active {
        background-color: #32d6ff !important;
    }

    Thanks


    ThemeNectar Support Team 

  • marieluise_schulz replied

    That works!

    Thank you a lot!