[Resolved] hide top bar in desktop ad show it only on mobile

Home Forums Support [Resolved] hide top bar in desktop ad show it only on mobile

Home Forums Support hide top bar in desktop ad show it only on mobile

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1356236
    Valentina

    Hi,
    i would fix the top bar with icons only in mobile version and hide it for desktop and tablet
    (My reason is i don’t want to repeat icons showed both in top and header side section)

    thanks for the help

    Generate Press Version: 2.4.2
    GP Premium Version 1.10.0

    #1356277
    elusive2k

    Hi Valentina,

    You could checkout previous topic at: https://generatepress.com/forums/topic/can-i-hide-the-top-bar-on-mobile-devices/

    Kind regards,

    Kumar

    #1356344
    David
    Staff
    Customer Support

    Thanks Kumar.

    Hi there,

    Try this CSS:

    @media (min-width: 768px) {
        .top-bar {
            display: none;
        }
    }
    #1357129
    Valentina

    hi Kumar,
    probably I explained myself wrong
    i want HIDE in desktop and SHOW in mobile THE TOP BAR
    thanks

    #1357153
    Leo
    Staff
    Customer Support
    #1357402
    Valentina

    yes!!! it works!
    Thanks everybody!!!!!!

    valentina

    #1358222
    Leo
    Staff
    Customer Support

    No problem 🙂

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