Okay
  Public Ticket #480742
custom gallery navigation box color
Closed

Comments

  • Ian started the conversation

    Hi,

    First of all, great theme!! Really like it but:

    Is it possible to choose my own background color for the navigation boxes within the gallery?

    I would like to change de color of de flex-direction-nav boxes for each the different portfolio items which are color coded.

    So I would like to make the gallery navigation boxes bleu for this item > http://ianvanmourik.nl/portfolio/philips-shaver/

    And I would like to change the gallery navigation boxes green for this item > http://ianvanmourik.nl/portfolio/taltiesin-west-chair/

    Thanks.

  • Ian replied

    SOLVED!

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .single-portfolio.postid-706 .flex-direction-nav a {
        background-color: #55A332 !important;
    }