Okay
  Public Ticket #385322
Portfolio Filter
Closed

Comments

  •  2
    Dietmar started the conversation

    Hello Tahir,

    I use the following custom css to change the filter link visited colour.

    body #portfolio-filters-inline .container ul li a.active {
    color: #ffffff !important;
    }

    This works no longer after the update to version 5.5.3.

    Any idea?


    Kind regards

  •  8,849
    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) :
    body .portfolio-filters-inline .container ul li a.active {
    color: #ffffff !important;
    }


    Thanks


    ThemeNectar Support Team 

  •  2
    Dietmar replied

    Works fine... thank you very much.