[Resolved] Adding text/links above mobile header

Home Forums Support [Resolved] Adding text/links above mobile header

Home Forums Support Adding text/links above mobile header

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

    I’m using Tasty with sticky mobile header. How can I add HTML content — I want to add text links — above the header, and appearing in mobile only?

    Thanks!

    #996643
    Leo
    Staff
    Customer Support

    Hi there,

    Would the top bar widget area work for you?
    https://docs.generatepress.com/article/top-bar-widget-area/

    We can use CSS to hide it on desktop so it’s mobile only:

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

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

    Let me know ๐Ÿ™‚

    #996878
    Mike

    Perfect! And so well-named — Top Bar — I’m shocked I didn’t find it for myself.

    Thanks!!

    #997307
    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.