Okay
  Public Ticket #264090
Portfolio category title color
Closed

Comments

  •  1
    Gilda started the conversation

    Hi -- how do I change the color and font of the portfolio categories, including the left most title "Featured" in the attached and "Sort By".  I would like them to be white like the categories in the attachment and to change to font to "lato"

    thank you

  •  8,839
    Tahir replied

    Hey!

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

    body #portfolio-filters-inline.non-fw #current-category,body #portfolio-filters-inline.non-fw .container > ul li#sort-label {
        color: #fff !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  •  1
    Gilda replied

    Thanks!