Home Forums WoodMart support forum Change color from Box Carousel

Change color from Box Carousel

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #388639

    alvarofrancia99
    Participant

    Hi, how can i change the color from the box carousel? It’s black now, but i want to change color of the dots and arrows to #1C80F8

    #388717

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .flickity-button.previous:after, .flickity-button.next:after {
    color: #1C80F8;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)