Okay
  Public Ticket #267748
Change color portfolio bar
Closed

Comments

  • Jonathan started the conversation

    Dear support. Could you help me with some css. I would like to make the gray bar that sits on top of the portfolio section white with black text. So kind of opposite of how it looks now. Thanks

  •  8,839
    Tahir replied

    Hey Jonathan!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #portfolio-filters-inline {
        background: #fff !important;
    }
    body #portfolio-filters-inline * {
        color: #000 !important;
    }
    
    
    
    Cheers


    ThemeNectar Support Team