Archived topic
hide top bar in desktop ad show it only on mobile
6 replies · Started by Valentina on July 8, 2020
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
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
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
David's CSS should work:
https://generatepress.com/forums/topic/hide-top-bar-in-desktop-ad-show-it-only-on-mobile/#post-1356344
Have you tried it?
yes!!! it works!
Thanks everybody!!!!!!
valentina
No problem :)