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 »

Post Container background on all pages except Home page


  #1  
Old Mar 13, 2012, 10:48 AM
cway
 
154 posts · Jul 2009
I have a background image under:
Style POSTS/PAGES > Post Container

However I'd like no background image displayed on the Home page.

Does anybody know of a way to do this?

Atahualpa 3.7.3
WP 3.3.1
http://dev.advantagecardservices.com/ ( links in the menu don't work yet )

Thanks!
Cameron
  #2  
Old Mar 13, 2012, 11:16 AM
cway
 
154 posts · Jul 2009
Got it:

Code:
body.home td#middle {
padding: 0px;
background-image: none;
}

body td#middle {
padding: 0px;
background-image: URL("/images/rw_1466642.jpg");
background-repeat: repeat-x;
}
  #3  
Old Mar 13, 2012, 11:18 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
sure - use FireBug in Firefox to find the container and see what CSS is appied to it then look at the classes on teh <body> statement and use the 'body.xxxxx' class to prefix the CSS Selector and then use 'background-image: none;' as the rule.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #4  
Old Mar 13, 2012, 11:25 AM
cway
 
154 posts · Jul 2009
Although I can't seem to eliminate that padding/spacing

Code:
body.home td#middle {
padding: 0px !important;
margin: 0px !important;
background-image: none;
}
  #5  
Old Mar 13, 2012, 12:38 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Are you trying to eliminate the background for the post container or the center area (the area between the header and footer and between the sidebars)?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Mar 13, 2012, 12:54 PM
cway
 
154 posts · Jul 2009
I've got the background request figured out.
No background: http://dev.advantagecardservices.com/
With background: http://dev.advantagecardservices.com...rral-partners/

I removed the styling in Style POSTS/PAGES > Post Container
and added the below custom styling under Add HTML/CSS Inserts.

Now I can't seem to remove the extra spacing on the right and left sides of the home page: http://dev.advantagecardservices.com/

Code:
body.home td#middle {
padding: 0px;
margin: 0px;
background-image: none;
}

body td#middle {
padding: 0px;
background-image: URL("/images/rw_1466642.jpg");
background-repeat: repeat-x;
}
  #7  
Old Mar 13, 2012, 02:55 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what do you have at ato->Style POSTS & PAGES->BODY Box?

btw - with the color now white, the Text of the first widget is not visable unless you hi-lite it
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Mar 13, 2012 at 03:29 PM.
  #8  
Old Mar 14, 2012, 09:09 AM
cway
 
154 posts · Jul 2009
Doh! Thanks!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I post to pages and not just to home page??? Shells2010 Page & Category Menu Bars 5 Sep 21, 2010 11:46 AM
[SOLVED] Post container style different for Home Page than single post page maurixx Center area post/pages 13 Jul 23, 2010 03:14 PM
Opaque Background in Post Container Veggie Wedgie Atahualpa 3 Wordpress theme 5 Jun 21, 2010 01:12 PM
Background-image showing only on Home page, but not on other pages niki.forova Header configuration & styling 6 Mar 20, 2010 02:03 PM
[SOLVED] menu background image only shows up on home page, missing on pages/post Athena account2 Page & Category Menu Bars 5 Mar 4, 2010 03:53 AM


All times are GMT -6. The time now is 03:49 AM.


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