CATEGORY
-
Hello, I wanted to know is there a way to remove the word CATEGORY from the page SHARE YOUR PRAYER? Maybe in html or does this theme not allow that?
The blog I need help with is: (visible only to logged in users)
-
There is no free way to remove page titles from category pages. See here for details on purchasing the annually renewable Premium bundle http://store.wordpress.com/plans/premium/ that contains a custom design upgrade required for CSS editing: Custom design – Frequently Asked Questions
http://en.support.wordpress.com/custom-design/#frequently-asked-questions
http://en.support.wordpress.com/custom-design/
http://en.support.wordpress.com/custom-design/editing-css/
http://en.support.wordpress.com/custom-design/custom-fonts/Note that once you have the required upgrade you can use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can create a thread that will appear in the CSS Forum where you will get the help you need with CSS editing.
-
Hi there, on Gateway, the title for category pages is created in the theme PHP script files as one single string, so there isn’t a way, even with CSS, to take away only “Category:” With CSS, which would require the WordPress.com Premium Plan upgrade, we could remove the entire title from all category pages with the following CSS.
.category .page-title { display: none; }
- The topic ‘CATEGORY’ is closed to new replies.