Okay
  Public Ticket #3605188
Carousel UI
Closed

Comments

  • drbaker71 started the conversation

    I would like to change the UI color for the arrows on the Image Carousels. How can I do this?  Currently they are white and my backgrounds are very light, so it's difficult to see. 

  • [deleted] replied

    Hi,

    To do that,  just add the code below to your Custom CSS area:

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

    Have a nice day!

  • drbaker71 replied

    Is there a way to change the slider arrows to solid circle arrows such as font awesome's solid circle-arrow-right and circle-arrow-left?

  • [deleted] replied

    For the moment that is not possible. We will look for a way to offer this option in future theme updates.

    Thanks!