Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Change color of post title only, not page title


  #1  
Old Feb 26, 2009, 08:04 AM
jockoe
 
23 posts · Feb 2009
Can I change the color of post titles, when they aren't links, without it affecting the color of the page titles?

Thanks
  #2  
Old Feb 26, 2009, 06:14 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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
}

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Post title type size/style rickinesc Atahualpa 3 Wordpress theme 1 Jul 14, 2009 02:14 PM
How do I change the Font color and bullets for the Page title in the Page Widget chrysos Page & Category Menu Bars 2 May 31, 2009 06:15 PM
How do i change the color of a post title? bilwebore Atahualpa 3 Wordpress theme 2 May 31, 2009 04:35 PM
Show Post Title as Page Title patgeary Header configuration & styling 2 Mar 27, 2009 07:10 PM
Change Post Title size, font and colour dhukka Atahualpa 3 Wordpress theme 1 Mar 17, 2009 08:28 AM


All times are GMT -6. The time now is 03:43 AM.


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