Can someone tell me how to change the bg color of a story? i have tried changing both the background and the text color with HTML, and, as i have gotten no results, i assume it must be done a different way.. help?
Thanks! i appreciate whatever you can tell me!

Comments

verbal@drupal.org’s picture

Submit a page with the body looking like this

<p style="background-color: blue">
Test paragraph with a blue background
</p>

then click on 'Input Filters' and select 'Full HTML' and save the page.

-Steve

Vote for Drupal in the CNet Webware 100 Awards!

kasparsd’s picture

Better not to use inline CSS styles, but rather add styling info to style.css file in your theme's directory:

for example,

.node { background-color: #ccc; }
MissMaria’s picture

im a bit of a newbie with CSS- i can modify stylesheets w/o too much trouble, but adding anything is beyond me... could you explain further and/or show me the css needed to make a story with a black background?

Thanks a lot!

verbal@drupal.org’s picture

Depends on if you are trying to turn just one story's background to black or all of them, which is the case here?

Vote for Drupal in the CNet Webware 100 Awards!

MissMaria’s picture

all of the stories
thanks for stopping to help :)

CarbonPig’s picture

I'm trying to change the text box thing that the story get posted inside of. It's set at a default peach color and I can't find that anywhere in the style.css of my theme. How do you post to just a blank background?