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.
Thanks.
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?
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
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
I am using the Plain Yogurt theme. But, I still can't seem to find it.
in that case you want to add it to the second typography.css file shown above:
/concrete/themes/default/typography.css
/concrete/themes/default/typography.css
body.mceContentBody { background-color: #222 }