• Is it possible to change the color of the carousel arrow? The background on my site is black and I’d like a white arrow.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Essekia

    (@essekia)

    Hi,

    The carousel arrow is an image, so as of now it’s not possible. I will try to publish an update in a couple of days to fix this issue.

    Thank you for bringing this to my attention.

    Plugin Contributor Essekia

    (@essekia)

    For now, you can change the parent-div’s background by use the following selector:

    .elementary-carousel .carousel-nav{
    background: white; // example bg color
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the Carousel arrow?’ is closed to new replies.