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
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