Hi there
Unfortunately there are not bullets on mobile devices for the slider (see image attached). So the user can’t swipe betwee the 3 articles on the top, it automatically swipes after a few secounds. How can I fix that? There are no styling options to enable/disable bullets.
To compare I also added the header how it looks like on Desktop.
Thanks for your help!
Attachments: You must be
logged in to view attached files.
Hi there,
Can you please share link to your website, so we can test it?
Best regards,
Shufflehound team
Please try to add this snippet bellow under Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (max-width: 900px) {
body .blog-slider .slick-dots {
display: block!important;
}
.blog-slider-dots {
bottom: 25px!important;
}
}Let us know if that works. 🙂
It worked. Thank you. Can this maybe be fixed within the template that no additional code need to be added?
Great! 🙂
In some cases dots were over content, therefore we just disabled it. We will think about this and maybe additional option could be solution.
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it