category titles
-
how do i remove category titles? I have created categories to assign posts to as opposed to having a page that i update as i would like people to be able to uniquely click on each post as and when. However, having the category title show up on each page looks messy. Can you tell me how to get rid of these. (please use really basic step by step terms as I’m not a computer whizz!)
The blog I need help with is: (visible only to logged in users)
-
Hi Hannah,
You should be able to remove the category page titles with the following CSS code:
h1.headline-archive { display: none; }Just input that under Dashboard -> Appearance -> Customize -> CSS. Also, just for future reference, we have a forum devoted to CSS customizations here:
https://en.forums.wordpress.com/forum/css-customization
In case you’re interested to learn a bit more, we have some information and resources here:
http://en.support.wordpress.com/custom-design/editing-css/
Let me know if that works!
-
Thanks Jeremy – but where do I paste it in CSS? do I have to put anything before or infront of it? Do I paste it into a box?
Thanks :) -
Hey Hannah,
Nope! You don’t have to place anything in front or after it. Just copy that text exactly and replace all of the default text in the Appearance -> Customize -> CSS tab. It looks like you were already able to “install” the CSS. Did it create the desired appearance you were looking for?
- The topic ‘category titles’ is closed to new replies.