Removing Category Description from top
-
Hello all
I have just started to build a blog and am new to it.
I request to let me know how to remove the category description which is at the top?thank you
sriramThe blog I need help with is: (visible only to logged in users)
-
Your theme doesn’t have a built-in way to remove it, so you’ll need to use Custom CSS https://wordpress.com/support/custom-design/custom-css/ with this:
.taxonomy-description { display: none; }
- The topic ‘Removing Category Description from top’ is closed to new replies.