Okay
  Public Ticket #220947
Changing colors of portfolio sorting menu
Closed

Comments

  •  1
    BOB started the conversation

    I am trying to change the color of the "current state" in my portfolio menu. How do I change it?

    Thanks!

  •  8,406
    Tahir replied

    Hey Bob!

    Add this into the Custom CSS box located in your Salient Options panel:

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

    Cheers    


    ThemeNectar Support Team