Site logo

Archived topic

hide top bar in desktop ad show it only on mobile

6 replies · Started by Valentina on July 8, 2020

Viewing posts 1–7 of 7

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

Thanks Kumar.

Hi there,

Try this CSS:

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

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

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

valentina

No problem :)

This archived topic is closed to new replies.