Okay
  Public Ticket #1169044
Portfolio Gallery image slider arrow colour
Closed

Comments

  •  40
    ep started the conversation

    I am using Portfolio Gallery image slider. I'd just like to change the arrow navigation colour. Could you tell me the CSS selector so I can try? Thank you :)

  • [deleted] replied

    Hi Elliot,

    Can you please add the code below to your Custom CSS area:

    .slick-slider .slick-next, .slick-slider .slick-prev {
        color: #ff6600 !important;
    }
    

    Have a great weekend!

    Will set this ticket as solved from here.