Arrows in the carousel of products
-
Hi
I want the arrows in the product carousel to always appear and not just in a mouse click, I tried to enter a code I saw in one of the other posts and still do not always see the arrows
This is the code:
body .owl-carousel .owl-nav > div {
opacity: 1;
}
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.wd-carousel-spacing-30 .owl-nav>div {
visibility: visible;
}
Best Regards
It worked thank you very much!
But there is still a displacement effect of the arrows in mouse movement, what needs to be undone to keep them in place?
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.wd-btn-arrow {
transform: none !important;
}
Regards.
Xtemos Studios.
Hi
I want the arrows in the product carousel to always appear and not just in a mouse click top seller carousel, the code doesnt work
.wd-carousel-spacing-30 .owl-nav>div {
visibility: visible;
}
Hello,
You mentioned in your previous reply that it is working.
Please try and replace the previous Custom CSS with the following then clear cache and check back.
.wd-carousel-spacing-30 .owl-nav>div {
visibility: visible !important;
}
Best Regards.
i tried with !important
its not working
is the class is: .wd-carousel-spacing-30 .owl-nav>div
?
Hello,
Please replace the previous Custom CSS with the following then check back.
.wd-btn-arrow {
visibility: visible !important;
opacity: 1;
}
If it still doesn’t work then provide the admin panel login details of the website.
Best Regards.
Most Welcome!!!
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Arrows in the carousel of products’ is closed to new replies.