Home Forums WoodMart support forum products carousel arrows

products carousel arrows

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

    Joy
    Participant

    Hi I’m using basic demo in woodmart and want to add arrows and dots on products carousel, but it doesn’t show out
    even I didn’t hide prev/next buttons, how can I fix it?

    *and I already have used
    ” body .owl-carousel .owl-nav > div {
    opacity: 1;” }
    this code from another question category that looks like has similar problem with me, I’m not sure this is right code or not to solve problem, but didn’t work

    #361550

    Bogdan Donovan
    Keymaster

    Hi,

    If your goal is to make carousel arrows always visible, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .owl-carousel .owl-nav>div {
    		visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: visible;
    } 

    Kind Regards

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