Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1338863
    chrislolds
    Participant

    There was a previous thread on this that has been archived: https://community.theme.co/forums/topic/how-do-i-change-the-font-characteristics-for-a-single-menu-item/

    It looks like this had worked previously but I am having some trouble with it. Has the addition of ubermenu changed how this would function?

    #1338868
    chrislolds
    Participant
    This reply has been marked as private.
    #1338883
    Joao
    Moderator

    Hi There,

    Please use:

    
    #menu-item-1779 .ubermenu.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
    font-size: 72px!important;
    color: blue!important;
    }

    Hope it helps

    Joao

    #1338973
    chrislolds
    Participant

    Thank you for the quick response Joao!

    That didn’t seem to work.

    I’m looking at the code and see: <li id=”menu-item-1779″ class=”ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-1779 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-align-right” >

    #1339275
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! To resolve this issue, please use this code instead:

    #menu-item-1779 span {
      font-size: 22px!important;
      color: blue!important;
    }

    We would love to know if this would work for you.

    #1343427
    chrislolds
    Participant

    That worked! Thank you!

    #1343442
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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