Okay
  Public Ticket #257389
Portfolio filter text color
Closed

Comments

  •  2
    Dietmar started the conversation

    Hi.

    Short question...

    I have changed the Accent Color to #000000 (black) because i want a blach hover effect on the porfolio thumbnails. The filter text is now also blach when clicked. How can i change that from black to another color?

    regards

  •  8,839
    Tahir replied

    Hey!

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

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

    Cheers


    ThemeNectar Support Team 

  •  2
    Dietmar replied

    Hi Tahir,

    Thank you very much for the fast respond...

    regards