Inserting a background image in the editing blocks.

Permalink
Hey I am having trouble getting a background image so that it only shows up in the contect blocks but everytime I try a code it either becomes the background image or doesn't show up at all.
Thanks.

thesrn
 
Tony replied on at Permalink Reply
Tony
just add this to your typography.css file:

body.mceContentBody { background-color: #222 }
thesrn replied on at Permalink Reply
thesrn
Sorry to be such a pest but I am new relatively new to the appliance of code, where exactly would a file like that be?
Tony replied on at Permalink Reply
Tony
it really depend's what theme you're using. do you have a custom made them? if so it'll be in /themes/your_unique_theme_name/typography.css

otherwise, maybe you're using a default them:
/concrete/themes/default/typography.css

or perhaps you've got a theme that you downloaded as a package:
/packages/your_themes_package_name/themes/your_themes_name/typography.css
thesrn replied on at Permalink Reply
thesrn
I am using the Plain Yogurt theme. But, I still can't seem to find it.
Tony replied on at Permalink Reply
Tony
in that case you want to add it to the second typography.css file shown above:

/concrete/themes/default/typography.css