• Resolved Isa Bel

    (@isa-bel)


    Another brief question ..

    is it possible to remove the arrows of the carousel?

    Thank you in advance!

    Isabel

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Isabel

    Not sure if the theme has controls for this but you can always add the following to custom.css

    .carousel-control {
    display: none;
    }
    Thread Starter Isa Bel

    (@isa-bel)

    I tried insertin the code you named in style.css (there is no custom.css, I assumed they are the same thing?) but it lead to the carousel becoming a black line and basically everything being gone except for the arrows – they turned into arrows in a circle. What could i have done wrong?

    (there is no custom.css, I assumed they are the same thing?)

    Not they are not the same thing at all – if you modify theme files, your changes will be lost when the theme is updated.

    Undo what you changed, and install a custom CSS plugin and add the above code there.

    Thread Starter Isa Bel

    (@isa-bel)

    Thank you again – you are a big help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove arrows on carousel?’ is closed to new replies.