arrows in ajax products tabs
-
is there any option to make the arrows always visible? not only on the hoover
Attachments:
You must be
logged in to view attached files.
i czy mozna zmienic pozycje przycisku kontynuuj zakupy do przycisku zastosuj kupon tak zeby testery do wyboru na niego nie nachodzily
Attachments:
You must be
logged in to view attached files.
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