Hi,
I created a test page to try out the Content Slider.
I’ve set the style to “Yes, display dot control buttons” but I don’t see the buttons. why?
How can I solve the problem?
Thanks for the support,
Manuela
are these dot realy not seen or are there shown on a place where you do not expect them?
you can test this in quick css to get better dot navigation colours.
#top .avia-slideshow-dots a {
background-color: #f00707 !important;
}
#top .main_color .avia-slideshow-dots a.active,
#top .main_color .avia-slideshow-dots a:hover {
background-color: #f00707 !important;
}
on my testpage they are on top right of the slider.
Hi,
Thank you for the inquiry.
The navigation dots are not visible because of the following css code, which was probably added in the Quick CSS field.
.avia-slideshow-dots a {
display: none;
}
You have to remove the code or override it using this css.
.avia-slideshow-dots a {
display: inline-block;
}
Best regards,
Ismael
Hi,
sorry, but I don’t see the dot on the top right: https://monosnap.com/file/n4tQcGLV38NyfuDJDRP0PsypphGDSS
Also, I clean the cache.
Thank you for your support,
Manuela