I want to make counter for the slide system the theme offers itself
-
I want to make counter for the slide system the theme offers itself.
I want to do the counter example in the link below. Is there an option where I can do this? What file can I do this js customization if the option is not available?
https://codepen.io/jovanivezic/pen/zNKgbe
Hello,
Unfortunately, it is not possible. All the JS is contained in woodmart/js/functions.js
Best Regards
I want to get an image like the one I transmitted on mobile devices. I would be very happy if you could help me with this subject.
Attachments:
You must be
logged in to view attached files.
Hello,
Do you mean the slider on mobile?
The pages count is not possible to edit. It would require redesigning the whole slider that is not covered by our support. You would better to search for the slider plugins that have the options you need.
Best Regards
i get it so how can i make the owl dots visible on the mobile slider?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 768px){
body .woodmart-slider .owl-dots {
display: inline-block;
}
}
Best Regards