Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Change color of post title only, not page title (http://forum.bytesforall.com/showthread.php?t=555)

jockoe Feb 26, 2009 08:04 AM

Change color of post title only, not page title
 
Can I change the color of post titles, when they aren't links, without it affecting the color of the page titles?

Thanks

Flynn Feb 26, 2009 06:14 PM

Not without editing theme files. You'd have to repeat that when you update. I'll add it on my todo list as an option. For now, you'd have to find in index.php

HTML Code:

        <div class="post-headline">
and change to

PHP Code:

        <div class="<?php echo ( is_page() ? "page" "post" ); ?>-headline">

Then add as HTML/CSS Insert -> CSS Insert

HTML Code:

div.page-headline {
.... styles for headlines on pages
}



All times are GMT -6. The time now is 05:58 PM.

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