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 » Center area post/pages »

[SOLVED] How do I style the Archive page?


  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you can override them by adding the CSS Selector and CSS rules to ATO->Add HTML/CSS Inserts->CSS Inserts
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
CONTINUED IN http://forum.bytesforall.com/showthread.php?t=7659
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Tags
archive style



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 05:38 AM.


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