Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Title is different color on different pages (http://forum.bytesforall.com/showthread.php?t=22966)

dabeed Dec 18, 2014 07:25 PM

[SOLVED] Title is different color on different pages
 
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

juggledad Dec 19, 2014 07:26 AM

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.

dabeed Dec 19, 2014 04:17 PM

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. :)


All times are GMT -6. The time now is 10:27 AM.

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