Okay
  Public Ticket #467594
Portfolio Sort Color + Font
Closed

Comments

  • Taj started the conversation

    Hi, I've been perusing the forum and haven't found a code that was compatible with my site. How can I change the color of the portfolio sort (without it being full width) as well as change the size of the text?

  •  8,853
    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.non-fw .container {
        background-color: #FFC600 !important;
        padding: 0 15px  !important;
    }
    
    
    
    
    #portfolio-filters-inline .container>ul a, #portfolio-filters-inline .container>ul li#sort-label {
        font-size: 13px !important;
        font-family: \'Montserrat\';
        color:#fff !important
    }

    Thanks



    ThemeNectar Support Team 

  • Taj replied

    Thank you!!

    Also, is there a way to make it \"full width\" without selecting the \"full width masonry\" option? To clarify, I would like to have the banner full width and not the portfolio items.

  •  8,853
    Tahir replied

    Hey Again,

    No i am afraid not.

    Thanks


    ThemeNectar Support Team