New Landing How can we help? Themeforest Theme Support Dante Menu font – bold

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #157427
    costin
    Member
    Post count: 199

    Hi,

    How can I please make the menu font bold?
    How can I do the same with the submenu (independently)?

    Thank you,
    Costin

    #157459
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav#main-navigation .menu li.menu-item  a{
    font-weight:bold !important
    }
    

    Thanks
    Mohammad

    #157913
    costin
    Member
    Post count: 199

    Hi,

    Thank you, this code seems to make both menu and sub menu fonts bold. What codes to use for each change? (one time for menu, one time for submenu).

    Thanks again!

    #157969
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    /* MENU */
    nav#main-navigation .menu li.menu-item  a{
    font-weight:bold !important
    }
    
    /* SUB MENU */
    nav#main-navigation .sub-menu li.menu-item  a{
    font-weight:bold !important
    }
    

    Thanks
    Mohammad

    #158789
    costin
    Member
    Post count: 199

    Hi,

    It would be possible to have the bold font menu for a specific page only?

    Thank you!

    #158871
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    /* Please replace 123 wih your page id */
    .page-id-123 nav#main-navigation .menu li.menu-item  a{
    font-weight:bold !important
    }
    
    /* SUB MENU */
    .page-id-123 nav#main-navigation .sub-menu li.menu-item  a{
    font-weight:bold !important
    }

    Thanks
    Mohammad

    #159157
    mige
    Member
    Post count: 24

    Hi

    Can someone please tell me how I could remove the underline in the main menu?
    http://www.migeonline.com/marcelle-1/walking-the-line-child-soldiers/

    I have used the custom css code to make the font bold and it works fine. But when I change it to text-decoration: none; It does not work.

    /* MENU */
    nav#main-navigation .menu li.menu-item a{
    text-decoration: none;
    }

    Thank you in advance.

    #159221
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav#main-navigation .menu li.menu-item a > span.nav-line{
    display:none !important;
    }

    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register