Home Forums WoodMart support forum Owl dots and arrows on testimonials

Owl dots and arrows on testimonials

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

    Ride2Esc
    Participant

    Hello
    I can not manage to fix it.
    I need to change the color of bullets in black and the colors of Arrows also in black.
    BUT – the arrow I need them to stay forever. Not only to apear on mouse-hover.
    Please advise.
    Thank you

    #304170

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-btn-arrow {
         visibility: visible;
        opacity: 1;
    }
    
    .owl-nav>div {
        color: black;
    }
    
    body .owl-dots .owl-dot.active span {
        border-color: black;
        background-color: black;
    }

    Regards.
    Xtemos Studios

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