• Resolved dineok

    (@dineok)


    Is it possible to remove the dots & arrows on the homepage slider?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Try to put below CSS rules into Custom CSS Editor:

    #kyma_owl_slider .owl-pagination {
         display: none;
    }
    
    #kyma_owl_slider .owl-buttons {
         display: none;
    }

    Save the changes.

    Thank You

    Thread Starter dineok

    (@dineok)

    That worked perfectly, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove dots & arrows on homepage slider’ is closed to new replies.