chrishelp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Custom Community] Change post background for custom communtiyOk. Thanks. I found it. Now the million dollar question . . . . How do I override it make the post background color white?
Forum: Themes and Templates
In reply to: [Custom Community] Change post background for custom communtiyWell, I think I found it this time. But the background color just won’t change to white. Here’s the code.
div.post .wp-caption {
background-color: #FFFFFF;
border-radius: 3px 3px 3px 3px;
margin-bottom: 12px;
padding-top: 4px;
text-align: center;
}But the background color keeps defaulting to #F3F3F3. Even when I change it. Here’s the URL http://homemadegoodness.org/check-back-soon-good-things-are-in-store.html
Forum: Themes and Templates
In reply to: [Custom Community] Change post background for custom communtiyNo. I guess that’s not it. It changes the color of the background for the entire page. I just want it changed for the posts. I’ll keep looking.
Forum: Themes and Templates
In reply to: [Custom Community] Change post background for custom communtiyOk. I downloaded Firebug. I found that the post background code is:
body.custom-background {
background-color: #C4C4C4;
}How do I go about overriding this?
Forum: Themes and Templates
In reply to: [Custom Community] Change post background for custom communtiyYeah. I tried that. I even tried to change the code on my stylesheet. I made the background color #ffffff, but the post background color is still grey.
div.post .wp-caption {
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-bottom:12px;
}Is there anything else I can try?
Forum: Themes and Templates
In reply to: Posts not showing on home pagesThanks Chip. I’m new to all of this. I’ll be tossing out that theme to make room for a new and better one. Also, thanks for the link. I checked out theme lab, and there are some really good themes there. Appreciate the help!
Forum: Themes and Templates
In reply to: Posts not showing on home pagesHi Chip. I found the Flying Colors Theme on http://www.wordpressthemesbook.com/flying-colors/#comment-54629
I’ve been trying to find a “whimsical” WP theme that is adsense/ad ready. But this one is becoming a bit of a pain. π
Forum: Themes and Templates
In reply to: Posts not showing on home pagesOK. Thanks
Forum: Themes and Templates
In reply to: Posts not showing on home pagesI want to continue using the theme, but I’d like to fix it. Let me know if I need to supply you with any code to help in the process.
Forum: Themes and Templates
In reply to: Posts not showing on home pagesI’m sorry. What I mean is, when I switched to the Twelve theme, all of the posts displayed – unlike my current theme. Sorry for the confusion. Is there anyway of determining where the theme is broken? Thanks for your help.
Forum: Themes and Templates
In reply to: Posts not showing on home pagesYes, that post is showing. However, I’ve created 2 test posts. They should both be showing . . . or at least I want them both to show on the home pages. When I switch to any other theme, both posts will display on the home page. The issue probably has something to do with my current theme. Any ideas?
Forum: Themes and Templates
In reply to: Posts not showing on home pagesOK. I tried your suggestions. It doesn’t seem to be a plugin problem. Deactivating them didn’t help. I also switched to the Twelve theme. Still, no go. Here’s my blog site: http://www.homemadegoodness.org
I have access to the admin area as far as the editor. However, I’m not sure what “code” I need to adjust or add to correct this. Would someone take a quick look and give me some advice? I’m a relative newbie when it comes to CSS/HTML>