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

    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!

    #382947

    Hey 1lizcollins!

    Thank you for visiting the support forum.

    Use this on Quick CSS:

    @media only screen and (max-width: 767px) {
    .main_color.container_wrap.fullsize {
    background-color: transparent;
    }
    }

    Best regards,
    Ismael

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