Home Forums WoodMart support forum Nested Carousel show arrows by default

Nested Carousel show arrows by default

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #573945

    hollistergj
    Participant

    I want to have my carousel arrows in the nested carousel show by default. What is the css I would add?

    #574057

    Hello,

    Try to add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    body .owl-carousel .owl-nav > div {
      opacity: 1 !important;
      visibility: visible !important;
    }

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)