ajankans 0 Report post Posted November 16, 2009 Hi Andrew, I have been trying to no avail to change the background color on our site. It currently is an off-white, and we want to restore it to a pure white, or better hue. I placed this in Site Background (CSS): "body {background-color:#FFFFFF}". Can you please let me know what I am doing wrong. Here is a link to my page: http://workforce20.com/wordpress/ Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 16, 2009 you don't need the 'body' just the CSS part for this option. #fff should work just fine Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 16, 2009 ` l` Share this post Link to post Share on other sites
kevinsandlin 0 Report post Posted December 18, 2009 I have a similar issue. I am NOT an html guy or software engineer by any stretch of the imagination, but I am adept at using WP. I have WHP, and am trying to enter this CSS Background Shorthand to change the background color of just one Feature screen. Just want to change the background of a feature box to white. Simple as that. What do I enter into that box called "Feature Background (CSS Background Shorthand)"? Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 20, 2009 You would do the same thing: enter #fff. The only problem you might run into is that you'll have to change text colors as well. You would do that with custom css (in custom code options) something like: `#feature h1, #feature p {color: #000}` Share this post Link to post Share on other sites
kevinsandlin 0 Report post Posted December 21, 2009 OK, yup, got it now. Did not understand CSS shorthand. Now I do. Unfortunately, that's not what I thought I wanted to accomplish. I want to change the background color of JUST the feature window - the 610px by 340px opening - in WHP. Is there a simple way to do that? Share this post Link to post Share on other sites
jasonp 0 Report post Posted January 13, 2010 I'd be interested in this too... Share this post Link to post Share on other sites
jnoh 0 Report post Posted January 13, 2010 Have you tried using the "Feature Background (CSS - Optional)" field to accomplish this? Share this post Link to post Share on other sites
jasonp 0 Report post Posted January 14, 2010 i actually haven't, but not sure i need too anymore -- with the new shortened feature i think i'm getting much more already of what i was looking for. Share this post Link to post Share on other sites
blue 0 Report post Posted January 15, 2010 This colors issue is a big disadvantage...I am trying to change the colors. http://www.blue-point-trading.com/ I can not seem to get rid of this grey gif....how can i get rid of it...don't see this in the style sheet....where is this... also its not displaying correctly ...suggestions? Share this post Link to post Share on other sites
blue 0 Report post Posted January 15, 2010 also how can we change the sizing of this front page box? Share this post Link to post Share on other sites
blue 0 Report post Posted January 15, 2010 seems as if u can not change as well the numbers 1 2 3 ....please give some guidance on this ...very important ...... Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 15, 2010 This colors issue is a big disadvantage...I am trying to change the colors. http://www.blue-point-trading.com/ I can not seem to get rid of this grey gif....how can i get rid of it...don't see this in the style sheet....where is this... also its not displaying correctly ...suggestions? Need more clarification on these questions... we've addressed the numbers one before... its hard to change them based on the JS library. I've addressed your font-sizing question in your other thread. Share this post Link to post Share on other sites