hi hello I just installed your cinnamon girl theme and I was wondering if there is way to make my background an image (like a repeating one not one large one) instead of a color?
hi! you’ll need to add this code first in the meta section (it’s before the css) so that you can upload an image. you can put it before the meta for the sidebar image:
<meta name="image:background" content=""/> <meta name="image:Sidebar" content=""/>
then add this in the body { section:
body {
background-image:url({image:background}); background-repeat: repeat;
if you want a fixed background, also add this in that same body section:
background-attachment: fixed;













