Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #295424

    Hello,

    I have banners on my site on the homepage which looks fine on desktop and tablet, but the words on the slider go right over the image when viewed on an iphone.

    Is there a way to stop the overlayed words coming up completely when my site is shown on a mobile phone?

    If there is, please could you spell out how to do it very clearly to me as I know nothing about coding!

    thank you,

    Lauren

    #295494

    Hi Laureninthailand!

    You can remove captions on mobile devices by adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .avia-caption { display: none !important; }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.