Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1188373

    Hi guys,

    My secondary level menu links aren’t appearing for some reason.

    I’ve looked around everywhere but can’t find any way to change it. Please advise on what could be wrong.

    Kind regards,
    George

    #1188749

    Hey GeoCreo,

    Looks like the opacity was altered. Add the following to quick css:

    .sub-menu{
    opacity:1!important;
    }

    Best regards,
    Jordan Shannon

    #1188851

    Hi Jordan,

    Thanks a lot – it worked perfectly.
    The mobile flyout menu is still transparent and almost invisible. I can’t see what’s causing this.

    Kind regards,
    George

    #1189150

    Hi George,

    Please try this CSS as well:

    .av-burger-overlay {
      opacity: 1 !important;
    }

    Best regards,
    Rikard

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