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

    Hey guys,
    so I am using REVOLUTION SLIDER.
    I noticed the copy is not even legible on a phone. (See link).
    In a situation like this…what do you recommend? Custom styling for strictly for the phone?
    Or not displaying at all on the phone?

    Thank you,
    Justin

    #366098

    Hey Justin!

    It looks like you have too much text there so increasing it’s size on phones probably wouldn’t work. You could try hiding it with this CSS.

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

    Best regards,
    Elliott

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