• Hi, I try to customize the Carousel (not Post Carousel) with my own CSS but it will not work. My latest entry is:

    lsow-carousel-item {
    border: 1px solid red;
    border-radius: 5px;
    }

    Whats wrong?

    best regards, Frank

Viewing 1 replies (of 1 total)
  • Plugin Author livemesh

    (@livemesh)

    Can you pls post a link to the page? Have you missed a dot prior to lsow-carousel-item by any chance as seen above? It should be –

    .lsow-carousel-item {
    border: 1px solid red;
    border-radius: 5px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to format the CSS in Carousel’ is closed to new replies.