Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1345589

    Any input would be helpful.
    Mobile devices show the logo to the website, twice: https://fosterdanowsky.com/

    https://nimb.ws/Uhg9yf

    Thanks

    #1345608

    Hey Justin,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top .logo .subtext img {
        display: none;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1345726

    Thanks, Nikko.

    it’s a good bandaid for now. But any idea what could be causing that?
    Is it theme related?

    #1345829

    Hi Justin,

    It’s not theme related but I think you have an image optimization plugin that converts images to webp.
    To fix it, you can turn off that setting in the image optimization plugin, if there’s no option then disabling the plugin would be the only choice.

    Best regards,
    Nikko

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