TOPIC: how change the background and insert an image
how change the background and insert an image
27 Jul 2015 11:58 #7127
I'm trying to change the default background with an image. I modified this on template.css
body {
background-image: url(...images/headers/SFONDO3.png);
color: #2d2d2d;
font-family: 'sinkinsans_100thin_macroman';
font-size: 20px;
padding: 0px;
line-height: 1.6em;
}
without results.
Could you help me.
Thanks in advance
Gabriele
Re: how change the background and insert an image
28 Jul 2015 07:34 #7135
Thank you very much...I didn't see my syntax error...but it doesn't work...maybe because I hava also this
/* HEADER */
#jf-header {
padding: 2px 0;
background: #ffffff;
}
because i want the header background white and a photo under the slideshow...