Tagged: , , ,

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

    Hey threemarketinginc,

    Please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .home span.logo img {
        opacity: 0;
    }
    
    .home span.logo a {
        background-image: url('white logo URL goes here');
        background-repeat: no-repeat;
        background-size: contain;
    }
    }

    Remember to add the URL of your white logo in the code.

    Best regards,
    Rikard

    • This reply was modified 3 years, 4 months ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.