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 » Header configuration & styling »

[SOLVED] Title is different color on different pages


  #1  
Old Dec 18, 2014, 07:25 PM
dabeed
 
30 posts · Nov 2012
Hi All -- on www.davidweiss.net, see how the title, davidweiss.net, is a different color on Home than it is on Sample Page. I checked, it's not that one link has been visited and one hasn't.

I may be able to standardise this with a little CSS, but is there something more basic that I may be able to tweak via the settings/options?

Thanks!

Wordpress 4.1
Atahualpa 3.7.18
  #2  
Old Dec 19, 2014, 07:26 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
It is because to the rules of CSS precedence and the CSS Inserts you have.

To figure this out, copy all the contents of CSS insets to a text file and clear out the CSS Inserts.
Now go look at the page - is it the way you want?
if yes, add half the css back in, is it the way you want
Yes - add half of the remaining CSS in

keep doing this till it stops working then take that css out and add it in a bit at a time till you find the css that is causing the issue. Then you can fix that css.

you could also use FireBug in FireFox to find the issue, but if you want to learn some CSS, the first way is more instructive and you need to know how FireBug works to figure it out.

Once you find the CSS causing the issue, if you don't understand why, give me a shout.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Dec 19, 2014, 04:17 PM
dabeed
 
30 posts · Nov 2012
Fixed, thanks much!

For anyone interested, the default behavior is to have the blog/site title display in the grey color (666666), but I overrode that with
Code:
h2 a {color: black !important;}
Though this worked fine for the Sample page, for some reason it didn't work for the blog page, so I added:
Code:
.blog h1 a {color: black !important;}
Now all is consistent.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Title Color on Home Page kencun Atahualpa 3 Wordpress theme 1 Mar 20, 2011 05:29 PM
How to color the blog title with more colors? bigliettaio Header configuration & styling 2 Mar 18, 2011 08:07 PM
How do I change the font color of the post/pages font and the title font? GreenEyedMonst Center area post/pages 0 Jan 16, 2010 02:06 PM
[SOLVED] Different title color and byline background color for different categories? chiara7 Post-Kicker, -Byline & -Footer 1 Sep 9, 2009 06:01 PM
Change color of post title only, not page title jockoe Atahualpa 3 Wordpress theme 1 Feb 26, 2009 06:14 PM


All times are GMT -6. The time now is 08:28 PM.


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