Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] How do I style the Archive page?


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Jun 16, 2010, 06:00 PM
cowgrrrl
 
29 posts · Jun 2010
I would like to change the heading style. It seems to be using h3, but I can't figure out where that's coming from.

http://patiastephens.com/wordpress/archive/

I did figure out how to change the margin on the Archive page.
  #2  
Old Jun 16, 2010, 06:18 PM
cowgrrrl
 
29 posts · Jun 2010
While I'm at it, how do I style things like the page title and post title? They seem to be getting mixed up. Like, if I look at the page title in Firebug, it says:

headline h1, div.post-headline h2 {
font-size:110%;
font-weight:bold;
margin:0;
padding:0;
}

I don't understand why it's combining two styles. I tried creating a .post-headline style, but that just made matters worse.
  #3  
Old Jun 16, 2010, 06:42 PM
juggledad's Avatar
juggledad
 
20,010 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
when you see CSS like this
HTML Code:
div.post-headline h1,div.post-headline h2 {
 margin:0;
 padding:0;
padding:0;
margin:0;
font-size:110%;
font-weight:bold
}
it's just short hand inplace of coding this
HTML Code:
div.post-headline h1 {
 margin:0;
 padding:0;
padding:0;
margin:0;
font-size:110%;
font-weight:bold
}

div.post-headline h2 {
 margin:0;
 padding:0;
padding:0;
margin:0;
font-size:110%;
font-weight:bold
}
it's combining the CSS selectors that use the same rules
  #4  
Old Jun 16, 2010, 08:38 PM
cowgrrrl
 
29 posts · Jun 2010
OK ... thanks.

Can you tell me where I can change these styles?
  #5  
Old Jun 17, 2010, 05:28 AM
juggledad's Avatar
juggledad
 
20,010 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
you can override them by adding the CSS Selector and CSS rules to ATO->Add HTML/CSS Inserts->CSS Inserts
  #6  
Old Jun 17, 2010, 05:03 PM
cowgrrrl
 
29 posts · Jun 2010
Thank you! That worked.
  #7  
Old Jun 17, 2010, 05:30 PM
cowgrrrl
 
29 posts · Jun 2010
Wait. I'm still having problems with the headings on the Archives page. How can I change them from h3 to h2?
  #8  
Old Jun 19, 2010, 12:49 PM
juggledad's Avatar
juggledad
 
20,010 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
CONTINUED IN http://forum.bytesforall.com/showthread.php?t=7659

Bookmarks

Tags
archive style

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Archive page psine Header configuration & styling 4 Feb 1, 2010 06:29 PM
News Archive Page SupraTT Atahualpa 3 Wordpress theme 1 Dec 2, 2009 06:33 PM
How to make an Archive Page? HalfWayThere Atahualpa 3 Wordpress theme 13 May 5, 2009 07:42 PM
Edit Category Archive Page saniol Atahualpa 3 Wordpress theme 0 Mar 20, 2009 12:52 PM
Archive Page Problems adashofsass Atahualpa 3 Wordpress theme 4 Mar 9, 2009 11:08 AM


All times are GMT -6. The time now is 09:07 AM.


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