Jump to content
Sign in to follow this  
gavred

CHanging the h1 page and post title to h3.

Recommended Posts

gavred

Hi Guys, Using platform Pro - I'm just wondering how I can change the page titles from h1 to say h3. At the moment the title is kind of dominating the page, and I'd like it to be smaller. Thanks.

Share this post


Link to post
Share on other sites
Kate

Hi Gavin - If you have your base theme activated, you can copy template.postloop.php into the base directory, and modify the header tags there. However, the simpler option may be to just restyle the tags via CSS... up to you.

Share this post


Link to post
Share on other sites
gavred

Hi Kate, Thanks a million for your answer - I'd love to roll with the simpler option may be to just restyle the tags via CSS - But I've tried to find the tags using firebug - found them and then can't locate them in the style.css of the child theme. firebug tells me its theme.css - But the two css files I can get at through the editor are base.css and style.css. And the line I'm looking for is in neither... Sorry - I'm sure there's a simple answer for this... and thanks a million for your help. :)

Share this post


Link to post
Share on other sites
gavred

Hi Bryan, The link is www.daralinn.com. I'm also trying to hide the page title for the home page using this;

	}
	
	#page-id-12.entry-title
	{
	   display:none important!;
	}
	

Which was working but is no longer. Any help on that would be greatly appreciated. Thanks a million.

Share this post


Link to post
Share on other sites
gavred

Actually - I'm just going top change the page title name to solve the later problem. Keep it simple eh? And the link you sent solved the first problem. Thanks to Bryan and Kate.

Share this post


Link to post
Share on other sites
gavred

Hi Bryan, I thought I had changed this using the custom css but the changes dont seem to have kicked through. All I want to do is change the page titles from h1 to h3 across the site. The site is www.daralinn.com

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×