Home Forums WoodMart support forum arrows in ajax products tabs Reply To: arrows in ajax products tabs

#314568

Hello,

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

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

2) This issue does not occur on your website. Please clear cache and check back.

Best Regards