• Hey Dev′s,

    `first of all a huge praise and thank you for this brilliant plugin.

    I have one question.
    On the linked URL is a slider embedded as it should appear on the home page in our webshop.

    The only “problem” we have is that the background of the slider is not colorable.

    Is that somehow feasible?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author thehowarde

    (@thehowarde)

    Hello @pupplaybande

    Thanks for the kind words…

    You will have to use CSS to style the carousel further. My goal is a simple yet using the vanilla styling of the Owl Carousel.

    With that said, you can style the background with something like this:

    
    .owl-stage-outer {
        background: #ccc;
    }
    

    This would make it gray. You would have to add this to your theme’s stylesheet or to the theme customizer > additional CSS

    Like this Screenshot

    Thread Starter pupplaybande

    (@pupplaybande)

    Thank you and have a good night from Germany ??

    Edit:
    I′ve tried it a few seconds ago and and it doesn′t work.
    Any other way to color it?

    • This reply was modified 3 years, 11 months ago by pupplaybande.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to color the background of a carousel?’ is closed to new replies.