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 »

Can't make up your mind re: background color?


  #1  
Old Apr 10, 2009, 05:55 AM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
I found a plugin that lets you set a different background color or image post by post. I doubt I'll use it much, but it does give you a lot of flexibility. I have checked it out only by changing one post's background from white to gray, just to see if it works. It does. I'm not vouching for its overall safety, though, since I haven't used it much.

http://blogtap.net/custom_post_background_plugin.shtml
  #2  
Old Apr 10, 2009, 07:23 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You can do this just with CSS though, if I understood what the plugin does

CSS Insert, i.e.

HTML Code:
div#post-152 {
background: #cccccc;
}
  #3  
Old Apr 11, 2009, 10:20 AM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
That's great!

I guess the plugin is good for folks who aren't comfortable using CSS.

Is Atahualpa unusual in letting you insert CSS this way?
  #4  
Old Apr 11, 2009, 10:04 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
This post-152 is created by WP. I had turned it off in earlier WP versions because I thought that classes and ID's that aren't used by me would just clutter the source code until I realized that having many extra classes can come in handy.

And Atahualpa is now getting extra CSS on top of what WP provides: The <BODY> tag of each page has several classes and an ID too now, so you can style any specific element on any specific page.

body#body-page-13 div.post {
...
}

Styles the div.post container on the page with ID 13

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make Current page color different than Hover color? 25jai Page & Category Menu Bars 7 Jul 17, 2009 05:06 AM
[SOLVED] How to get a background image show thru background color juggledad Header configuration & styling 3 Apr 18, 2009 05:03 AM
How to make a background stick Glalax Atahualpa 3 Wordpress theme 1 Apr 14, 2009 05:56 PM
Fixed width site. Different page background color from body color? blueprairie Forum How-To 1 Mar 20, 2009 08:55 PM
Want to make background image visible through logo div keblake Header configuration & styling 4 Mar 11, 2009 08:32 PM


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


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