Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #908683
    gavgeorge
    Participant

    Hi there,

    I have explored other posts on changing font size on the megamenu and have almost succeeded. I have entered the code below to change submenu and sub-submenu items:

    .desktop .x-nav .x-megamenu>.sub-menu a {
    font-size:14px; /* change the text size of the list of pages */
    }

    .desktop .x-nav .x-megamenu>.sub-menu>li>a {
    font-size: 16px !important;
    }

    It’s working nicely on all the submenu items except the under our “about” and “blog” navbar items. Can you help?

    Cheers,
    Gav

    PS: I’ll send a link to our site in a PM.

    #908684
    gavgeorge
    Participant
    This reply has been marked as private.
    #908704
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Try adding this code below:

    .desktop .sub-menu{
    font-size:21px;
    }

    Let us know how it goes.

    Thanks.

    #909878
    gavgeorge
    Participant

    Perfect! Thanks.

    #910034
    John Ezra
    Member

    You’re most welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-908683 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>