Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Colors for Heading Paragraphs Over-written (http://forum.bytesforall.com/showthread.php?t=6735)

Soundsailor Apr 15, 2010 01:46 PM

Colors for Heading Paragraphs Over-written
 
Just upgraded to 3.4.6 from 3.3.2. The portion of my Pages tagged as Heading 1 , Heading 2, etc. are appearing as Black even though a different color is set in the theme options. When I inspect the element it shows:

h1, h2, h3, h4, h5, h6
color:#000000;
display:block;

Why would the settings from the theme be over-written? This wasn't the case before I upgraded.

juggledad Apr 15, 2010 03:19 PM

there was a change to the css for the Hn's between 3.4.2 and 3.4.3 so the Hn"s are now
HTML Code:

/*
h1 {font-size: 2.15em; font-weight: bold;}
h2 {font-size: 1.85em; font-weight: bold;}
h3 {font-size: 1.6em; font-weight: bold; }
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
*/

h1, h2, h3, h4, h5, h6 {
  color: #000;
  display: block;
  /* fixed for Non-PCs without Photoshop CS2+ */
        font-smooth: always;
}

this defaults them to black.

Soundsailor Apr 15, 2010 03:24 PM

Thanks, where should I put that code?

Soundsailor Apr 15, 2010 05:26 PM

Looks like I should have said, "where do I remove that code?"

When I take the

color: #000;

out of css.php, all is fine.

juggledad Apr 18, 2010 05:47 AM

well you should add the code in the CSS Inserts - by editing the css.php you will have to remember to do it everytime there is an upgrade.


All times are GMT -6. The time now is 08:21 AM.

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