Tagged: iphone, responsive, Text Color
Hi there,
I have a section of white text on a background image on my website (see link below). When I view it on my iPhone, the background image disappears but the text stays white and I can’t see it! I’m trying to change the text box text color for small screens only, and so far I’;ve had no luck. Here’s what I tried:
@media only screen and (max-width: 767px) {
.avia_textblock .av_inherit_color {
color: 666666;
}
}
Thanks in advance for the help!