• Resolved avarmaavarma

    (@avarmaavarma)


    My category descriptions are super long – and I would like to suppress them.
    Here’s a few things I tried (in the custom css)…which didn’t seem to do the trick.

    .nav-content {
    display: none;
    }
    .category .tax-desc {
    display: none;
    }

    Any clues? Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    best way is setup a custom menu and set it as primary. or add to css

    #main-navigation .sf-menu a span.menu-decsription { display: none; }

    Theme Author Richie KS

    (@rkcorp)

    with custom menu, you can add/shorten description or completely remove it.

    Thread Starter avarmaavarma

    (@avarmaavarma)

    awesome, my friend. That worked! Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide category description from menu categories’ is closed to new replies.