Okay
  Public Ticket #2225310
How do i change the arrow style of the carousel
Closed

Comments

  • smriti23395 started the conversation

    I want to get rid of the black square and have only an arrow

  •  675
    Neuron replied

    Hi,

    Please add the following style in Appearance > Customize > Additional CSS.

    .owl-carousel .owl-nav button.owl-next {
      background-color: none !important;
    } .owl-carousel .owl-nav button svg {
      color: #333 !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.