• Resolved natekj

    (@natekj)


    I have made sure the description tick box is blank in menu->screen options but the primary menu (not the top one) is still displaying descriptions of my categories.

    If i select the menu I created to be the primary menu and also the top menu, they both show the description even when this box is not ticked.

    Can someone post advice please.

    Kind regards,

    Nathan

Viewing 5 replies - 16 through 20 (of 20 total)
  • Hey Richie KS, thanks for the template, it’s awesome….but… just… one question.. lol the page is so big, how can I make the page smaller? ?? thank youuuu

    Theme Author Richie KS

    (@rkcorp)

    @adrenalinegirl
    you’re looking to disable description for top nav or main nav?
    this work for both
    #custom span.menu-decsription { display:none; }

    only main nav

    body#custom #main-navigation span.menu-decsription {
    display: none !important;
    }

    for top nav

    body#custom #top-navigation span.menu-decsription {
    display: none !important;
    }

    @richie KS we have decided to just have top nav at the moment, but I appreciate the breakdown for the future!

    Theme Author Richie KS

    (@rkcorp)

    @beth3006
    try add this to theme option->custom css

    footer .innerwrap, header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {max-width: 960px;}

    Wow! so easy for you to do it. Thanks so much Richie ??

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Removing description on primary and top menu’ is closed to new replies.