sniperfora
Member
Posted 1 year ago #
hello
I love your work and this theme is very good for me
but I would to know how could I change the gray background from css ?
I know how change the background from wp-admin but I would to know how I change it from css
also how I change the white background from css ?
thank you
body {
font-size: 62.5%;
background: #fff;
font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
line-height: 22px;
color: #555;
margin-bottom: 40px;
not sure what gray background you are talking about
sniperfora
Member
Posted 1 year ago #
I made print screen to get clear what I mean sir
http://img823.imageshack.us/img823/8683/92263851.png
thank you
white background:
#wrapper {
background: #fff; // Change this
margin-top: 0px;
padding: 0 0px;
}
For changing gray background via css,
edit
body {
background: #f1f1f1;
}
sniperfora
Member
Posted 1 year ago #
great !
thank you so much