Okay
  Public Ticket #466431
Portfolio filter category font
Closed

Comments

  • Nicholas started the conversation

    Hi, i would like to know how to change the font of the category filter in the portfolio element.
    Now, they are a little small; I would like to make them a little larger, change the font and have them all in uppercase.

    www.nicholas-chia.com/portfolio

    Is there a setting i can find in the salient options menu or do i have to do some custom CSS.
    Please help me! thanks guys. :)

  •  8,851
    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 .container > ul a, .portfolio-filters-inline .container > ul li#sort-label {
        font-size: 14px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Nicholas replied

    Hey thanks, but it doesn\'t work. :(

  •  8,851
    Tahir replied

    Hey Again,

    I can see the css working perfectly on the frontend . See screenshot: http://prntscr.com/7mnw17 .

    Thanks


    ThemeNectar Support Team 

  • Nicholas replied

    AH sorry. it took a while to update.. i dunno. i see it now too. thank you!

    I\'ve managed to target each element to make them uppercase and etc. Thank you for your help!

    .portfolio-filters-inline .container > ul a {
        font-size: 14px !important;
        text-transform: uppercase !important;
    }
    
    
    .portfolio-filters-inline .container > ul li#sort-label {
        font-size: 14px !important;
        text-transform: uppercase !important;
    }
    
    
    #current-category{
        font-size: 24px !important;
        text-transform: uppercase !important;
    }