Hello,
At first: this is a great theme, thx for the work!
My Question: how can i change the backgroundcolor only in the content-area?
Posts and pages shall have another background color.
I dont like to change the background of the site.
Which code can i add to custom-css or the style-css?
Sry for my question but i´m a absolutely noob in handling css.
Thx for ur help!
greets Jan
i found it: i changed the Background of Posts or Sites with this code in the theme-css:
#respond {
margin-bottom:1.76%;
box-shadow:0 0 7px #600505;
background: #fcdba8;}
to change the Background on posts at the start i changed it her in the css:
.home .post {
padding:2.7%;
margin-bottom:2.7%;
box-shadow:0 0 7px #600505;
background:#fcdba8;}
greets
I want to do this but do not know how? I would like to change the content area so it is not bright white. Do I add that code above into theme options, design, custom css?
i changed it in direct in the style css – choose Design, than Editor and then on the rigth side an then on the bottom of the list choose style.css – find the lines with the code above and change the number of the color or whatever you want – but you must know: if you update the theme some day the changes will be overwritten