• Resolved griefgrieving

    (@griefgrieving)


    Hi,

    My previous theme didn′t show the text written under category description, is there a way to keep it that way using OceanWP Theme?
    Now when I click a Category, the text shows up & and the category posts are under it, I only want the post to show up when clicking on it.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Add the below code to the Customize > Custom CSS section and check it works or not.

    .category .tax-desc {
        display: none;
    }
    Thread Starter griefgrieving

    (@griefgrieving)

    Yes! Thank you. It worked!
    Thanks a lot for the quick response, I really appreciate it!

    You’re welcome!

    i tried this code but it’s not working for me .. any solution. how can i disable category description under menu in oceanwp theme.?!

    Can you share your site link so that I can check it? Try to add the below code to the Customize > Custom CSS section and check it works or not –

    .nav-content {
       display: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How To Hide Category Descriptions / Text?’ is closed to new replies.