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)
-   -   Update broke <h*> tag color (http://forum.bytesforall.com/showthread.php?t=4596)

screamstone Nov 24, 2009 12:37 PM

Update broke <h*> tag color
 
hey gang...

Updated yesterday and all the header tagged <h1-h6> text is black. Is there some hard coded color for those headings? I have page, content, and center block all set to #ddd and headings still showing as black...

searched forum and didnt' see any similar issues.


ETA:
Site is brainbuffet.com
I have not editied the theme itself at all. Just modified theme settings in the wp CP.


*update* - WAS doing the same thing in widgets, but manually adding a color tag to the widget box fixed it there. Still can't get it working in the body- though I've added a color tag to everything I can (text and links, center column, body containers of stories and posts)

Somehow the <h*> tags are getting separated from the body.

http://brainbuffet.com/students/comm...chernobyl-zoo/

is an example of an assignment page, as well as the quote on the most recent post on front page. So it's happening in both posts and pages.

juggledad Nov 25, 2009 11:37 AM

there was a change between 3.4.2 and 3.4.3 in the css for the <Hx> items - a new line was added
HTML Code:

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

If you want to set your own default colors for the H's just add a css insert
HTML Code:

h1 { color: #123456;}
h2 { color: #AABBCC;}
h3 { color: #00FFFF;}


webbie Mar 22, 2010 04:51 AM

Hi

Which file is that coding in so that I can change it?

thanks

juggledad Mar 22, 2010 05:00 AM

just add tehm to ATO->Add HTML/CSS Inserts->CSS Inserts

webbie Mar 22, 2010 11:16 AM

? tehm - I'm sorry, what is that?

thanks

juggledad Mar 22, 2010 11:30 AM

Tehm - that is what happens to the word 'them' when I type too fast. (you ought to see how many times 'the' ends up as 'teh'. I'm constantly editing posts I've made to fix my spelling. But I'm blaming the keyboard...yeah...that's my story...it couldn't be the operator!)

webbie Mar 22, 2010 12:54 PM

Sorry Juggledad, been a long day.

thanks a lot


All times are GMT -6. The time now is 10:18 PM.

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