• valzod

    (@valzod)


    My wordpress theme shows the theme watermark on the header only on mobile. The desktop view has no such logos or watermark. I own the theme, and have tried all I can to remove the watermark on mobile.

    I’ll really appreciate your help. Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • fozlarabbi

    (@fozlarabbi)

    Hi @valzod ,

    I couldn’t find any theme watermark from my end on mobile. Are you referring to this logo on mobile https://prnt.sc/_OWKED_kwhQP ?

    Could you share a screenshot of that watermark you are referring to?

    Thanks
    Fozla

    Thread Starter valzod

    (@valzod)

    You’re very correct @fozlarabbi . That’s the challenge I’m facing. Pls how do I get rid of it.

    Thanks.

    fozlarabbi

    (@fozlarabbi)

    I am not sure which option from your theme is changing the logo on mobile. I can see you are using AMP on mobile. You can try to check AMP settings and see if there is any logo option.

    Or you can check the documentation of the theme you are using. I can see it’s a theme from ThemeForest. You can contact the theme support too to know more.

    I found the documentation of the theme which can be found here: https://kolyoum.bdaia.com/docs/#4.2

    Maybe this documentation can help.

    Thanks

    Thread Starter valzod

    (@valzod)

    Thanks a lot @fozlarabbi.I couldn’t find any such AMP settings. And the documentation on the theme does not have any information regarding this challenge. I suspect the logo came from a previously installed theme.

    Any further help will be greatly appreciated.

    Best regards.

    fozlarabbi

    (@fozlarabbi)

    Hi @valzod,

    I can share a code to hide that logo from mobile as a temporary solution until you find the original source of the logo from where it’s coming. It’s coming from AMP as far as I can see. You can deactivate AMP and check the issue to be sure about it.

    To hide it from mobile, add these codes to WordPress Dashboard > Appearance > Customize > Additional CSS field.

    header.amp-wp-header a {
        background-image: none;
    } 

    Hope this helps! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress theme shows header watermark only on mobile’ is closed to new replies.