Home › Forums › WoodMart support forum › Arrow Style in Product block › Reply To: Arrow Style in Product block
April 7, 2023 at 10:01 am
#458049
Luke Nielsen
Keymaster
Hello,
Please replace the old code with the below one.
body .owl-carousel .owl-nav>div {
visibility: visible;
opacity: 1;
transform: translateY(0);
pointer-events: visible;
}
Then clear the cache and recheck the issue.
Kind Regards