How to hide category description on main menu ? - Acme Themes

Best Premium and Free WordPress Themes Forums Online Shop How to hide category description on main menu ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #105958
    syknarf
    Participant

    Hi.
    Please how could I hide the category description text on the main menu? I only want to show the different category titles when hover on the menu, but now it shows Title and description, and it is so mess to read.

    My web is http://www.hobbyaescala.com

    Thanks.
    Fran

    #105969
    acmethemes
    Keymaster

    Dear Syknarf,
    It is the default design of the theme. If you want to change it then it will need theme customization.

    Best Regards!

    #105972
    syknarf
    Participant

    I was using this theme since 2020 and never appears before (maybe due to the last updates, or perhaps I have this customization before…)
    Is there any CSS code that do the thing like in other themes?
    Thanks

    #106018
    syknarf
    Participant

    Just found the way to do it.

    In case anyone need it, add these code in Additional CSS:

    .at-menu-desc {
    display: none;
    }

    Regards.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.