Okay
  Public Ticket #777692
minor change to portfolio page
Closed

Comments

  • Mark started the conversation

    Hello,

    I'd like to make a minor change to my portfolio page. Right now, I have it set up so that there are horizontal filters showing. I was wondering if it's possible to change the label for "All" to all caps "ALL"?

    Thanks.

  •  8,994
    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 ul li a {
        text-transform: uppercase;
    }
    

    Best.


    ThemeNectar Support Team 

  • Mark replied

    Thanks! This works for the main part of the filter bar, but on the left hand side of the page, it's still in upper and lower case.

  •  8,994
    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 #current-category {
        text-transform: uppercase;
    }
    

    Best.


    ThemeNectar Support Team