Hello,
When switching my site (https://eaglecraft.bc.ca/our-boats/) to mobile size, the menu’s top level links all have a lot of text excerpted from somewhere!
Can I turn this text off completely? Or failing that, where do I find where this text is coming from? For Our Boats especially, this text isn’t anywhere on the page itself.
Thank you!
Nathan
Hey Nathan
For some reason you have a avia-menu-subtext defined.
To hide it on mobile devices, just add the following code to your CSS custom options:
@media screen and (max-width: 768px) {
.avia-menu-subtext {
display: none !important;
}
}
Cheers
Michael