Hiding page title
-
hi
I want to hide/remove page title on my pages.Will you please guide me how to do this .
Is there any way i can add and image instead of page title.The blog I need help with is: (visible only to logged in users)
-
Hello there,
We wordpress.com bloggers do not have access to the template files underlying our themes on wordpress.COM hosted blogs and cannot edit them. This is a multiuser blogging platform. All blogs wearing the same theme use the same underlying template found on the live demo site for each theme.Does Customize let me edit HTML?
No. Customize allows you to edit fonts, colors, and CSS only. You can change the appearance of a theme, but not its HTML markup or PHP code. If you require this functionality, please consider moving your blog to a web host that supports theme code modifications. You can read more about why here http://support.wordpress.com/code/, and find a suitable host here http://get.wp.com/hosting/.
Custom design – Frequently Asked Questions http://en.support.wordpress.com/custom-design/#frequently-asked-questionsSee here for details on purchasing an annually renewable upgrade https://wordpress.com/pricing/ that contains a custom design upgrade required for CSS editing:
Custom design – Frequently Asked Questions such as: I’m not sure if Customize is right for me. Can I try before I buy?
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 1: 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.
Note 2: You can also post there prior to purchasing an upgrade to get an answer to whether or not what you want to do can be accomplished via CSS editing.
-
If you do upgrade so you can add the Custom CSS that @timethief has described, this snippet should do the trick:
h1.page-title { display: none; }Once you have a Premium Plan or Business Plan, you’ll find the CSS option in the Customizer (My Site > Customize) :)
- The topic ‘Hiding page title’ is closed to new replies.