Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1231342
    yhshin1020
    Participant

    Hey,

    I want to change the font of the sub menu items on my website.

    I’ve included some pictures below.

    Thank you.

    #1231343
    yhshin1020
    Participant
    This reply has been marked as private.
    #1231365
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    ul.ubermenu-submenu > li > a {
        font-size: 14px !important;
        color: #999999 !important;
        font-weight: normal !important;
    }
    #menu-item-41 ul.ubermenu-submenu > li.ubermenu-item-level-1 > a {
        font-weight: bold !important;
        color: #777777 !important;
    }

    Hope it helps 🙂

    #1231577
    yhshin1020
    Participant
    This reply has been marked as private.
    #1231643
    Jade
    Moderator

    Hi there,

    Please try to add this code:

    .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-target:hover, 
    .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-active > .ubermenu-target {
        color: #111111 !important;
    }

    Hope this helps.

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