-
anwegner
I utilized the CSS below that I found in another forum on the free support side, but it’s not hiding the top bar on mobile as I had hoped. I’ve done all the usual troubleshooting to test if something else was interfering.
Any assistance is welcome.
/*hide top bar*/
@media(max-width: 768px) {
.top-bar {
display: none;
}
} -
Fernando
Hi Anwegner,
For reference, can you share the link to the site in question?
-
anwegner
Sorry. That would help: https://www.objectiveveterans-smile.org/
-
Fernando
It seems to be added through a Block Element.
You can add
hide-on-mobile
to the class list of the Container Block for that “top bar”.Reference: https://docs.generatepress.com/article/responsive-display/#using-our-hide-on-classes
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.