Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1062069

    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

    #1062438

    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

    #1062544

    Hi Nathan,

    Thanks for the link, though I can’t see anything like that on my end. I’m guessing you managed to get it working? Thanks @michaelH for helping out :-)

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.