Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   how to remove Post Title from Single Post page ONLY (http://forum.bytesforall.com/showthread.php?t=6930)

vargaso Apr 30, 2010 12:06 PM

how to remove Post Title from Single Post page ONLY
 
I have three columns on my home page where I only show the thumbnail and the post title under it. I'd like to keep that but not on the Post Page it shows under the content. How can I remove the Post title from single post pages only

OR

how would I be able to style it so that it appears above the content and in a bigger font size

omarvargas.com/2010/

vargaso Apr 30, 2010 12:13 PM

actually I'd like to simply style the post title on single post pages differently from the post title on the home page. I checked the css tags and it looks like they are both h1 tags. I'm guessing I have to make one of them a h2 tag.

The "Make Post/Page Titles H1?" option does nothing to my tags.

thanks and I apologize for the confusion

juggledad Apr 30, 2010 01:38 PM

you could always use a css insert using the body class. On a single post page you have something like
HTML Code:

<body class="single postid-1184 logged-in">
while on the front page you have
HTML Code:

<body class="home blog logged-in">
so you could use '.single .post-headline h1 {color: #00ffff;}' - you may have too use h2 if you changed teh seo options


All times are GMT -6. The time now is 03:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.