Hi – I have a caption set on the Full screen slider which you can see on desktop. I do not have it limited not to show on mobile but it does not show up. Please see the attached url. I am using the latest version of Enfold.
Thanks for any help you can give.
Hey annameis,
Please send us a temporary WordPress 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
Just following up on this…did you receive log in info?
Hi,
Thanks for the update, we haven’t received any login info. Please post it in private again.
Best regards,
Rikard
Hi,
Thanks for that, could you upgrade the account to admin rights as well please? Otherwise we can’t see the page layout and theme options.
Best regards,
Rikard
Hi,
Thanks for that, you have this in Quick CSS which is hiding the caption:
@media only screen and (max-width: 480px) {
.slideshow_caption { display: none !important; }
}
Please remove or modify it.
Best regards,
Rikard
Thank you!