Tagged: easy slider
Hi, added a caption for a slide, then under Screen Options I selected “Hidden” for medium, small and very small screens. However, the title still appears? Nothing I choose seems to help?
Hey Killick,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Thank you Rikard,
info is included.
Hi,
Is it the slider under the “Turning convention upside down” section?
Best regards,
Jordan Shannon
No, the top slider right at the top of the home page. “The worlds most…”. Sorry, I could have been more clear about which one.
Hi,
Try adding the following to quick css:
@media only screen and (max-width: 1024px) {
.slideshow_caption{
display:none!important;
}}
Best regards,
Jordan Shannon