[Resolved] How to prevent image in top bar to appear on desktop screens

Home Forums Support [Resolved] How to prevent image in top bar to appear on desktop screens

Home Forums Support How to prevent image in top bar to appear on desktop screens

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

    Hi
    I have added a gif image to my top bar and make it sticky, I want this image to show only to visitors that enter my website through mobile phones only, How could I do this?

    my website URL is
    https://xn--jgb9dbe.com/

    #1604207
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .top-bar {
            display: none;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1604342
    Mahmoud

    it works
    thank you very much

    #1604351
    Leo
    Staff
    Customer Support

    No problem 🙂

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