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 » New Versions, & Updating »

Colors for Heading Paragraphs Over-written


  #1  
Old Apr 15, 2010, 01:46 PM
Soundsailor
 
3 posts · Apr 2009
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.
  #2  
Old Apr 15, 2010, 03:19 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Apr 15, 2010, 03:24 PM
Soundsailor
 
3 posts · Apr 2009
Thanks, where should I put that code?
  #4  
Old Apr 15, 2010, 05:26 PM
Soundsailor
 
3 posts · Apr 2009
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.
  #5  
Old Apr 18, 2010, 05:47 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Indent first line of paragraphs in posts? RStouff Atahualpa 3 Wordpress theme 14 Mar 30, 2011 02:02 PM
Heading Styles - Help please GadgetJoe Center area post/pages 0 Feb 13, 2010 08:44 AM
Heading 1, 2, 3, ... cliffbird Header configuration & styling 1 Sep 19, 2009 08:36 AM
[SOLVED] Creating paragraphs to divide various subjects on one page Chester Post-Kicker, -Byline & -Footer 7 Jun 16, 2009 06:59 AM
[SOLVED] Paragraphs drop out of blockquotes on post pages deucegeary Atahualpa 3 Wordpress theme 2 Jun 6, 2009 01:36 PM


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


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