AliPro Dec 13, 2018 · 1:40 pm #11132
Hi 🙂
How to disable top bar on mobile?:)
Hi 🙂
How to disable top bar on mobile?:)
Hi 🙂
Please, try adding the following to Customize > Additional CSS or the Custom CSS location of your choice:
@media (max-width: 768px) {
#top-bar {
display: none;
}
}it works!!! 🙂 Thank you!
Glad to hear that helped. All the best.