Home › Forums › WoodMart support forum › Next/Prev arrow not showing Next/Prev arrow not showing This topic has 1 reply, 2 voices, and was last updated 5 years, 1 month ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 22, 2020 at 8:27 pm #169298 merishopParticipant Hi! I’m using product carousal and I have activated prev/next buttons. But, they show only when you hover over products. Is there any way to show prev/next buttons without hovering? https://prnt.sc/qrginf Thanks January 23, 2020 at 7:56 am #169355 Aizaz Imtiaz AwanKeymaster Hello, To make the prev/next buttons on the products carousel visible without hovering you need to add the following code in Page Custom CSS area. .owl-carousel .owl-nav>div { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: visible; } Screenshot for Clarification: https://ibb.co/L8VKnLx This will surely display those arrows all the time without hovering. Best Regards. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register