Okay
  Public Ticket #197478
Color of sorting column in full width masonry portfolio
Closed

Comments

  •  1
    Niklas started the conversation

    Is it possible to change the color of the sorting row in the fullsize masonry portfolio. It's always dark but I want to have another color!

  •  8,839
    Tahir replied

    Hey Niklas!

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

    body #portfolio-filters-inline {
        background: #fff !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  1
    Niklas replied

    Thanks! :)