Okay
  Public Ticket #519997
Filter Sort Color Change
Closed

Comments

  • Dallin started the conversation

    Hello,

    How do I change the 4 column portfolio sortable filter to black? Right now it is white and I can not see it.

    Thank you

  •  8,988
    Tahir replied

    Hey ,

    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:not([data-color-scheme=\"default\"]) ul li a {
        color: #A1A1A1 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Dallin replied

    Thank you! Now, how would I change the color of it when you click the filter tab? It still shows up as white.

  •  8,988
    Tahir replied

    Hey Again,

    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:not([data-color-scheme=\"default\"]) .container ul li a.active {
        color: #44698E !important;
    }

    Thanks



    ThemeNectar Support Team