Hi to all,
is is possible make trasparent box on featured image?
Thanks
Hi to all,
is is possible make trasparent box on featured image?
Thanks
Hi,
yes, it is, though I'm not quite sure in which context you're seeing this. Could you link to your page? This way I can give specific instructions.
Hi Chris,
http://lnx.radiocatania.it (background box is white)
Many thanks
Add following code to css/custom.css and insert the url to your transparent bg image (you can create one with Photoshop, Gimp, etc.):
.post_excerpt {
background: url('images/background.png') repeat;
}Thanks but don't work..
I also try full path (lnx.radiocatania.it/img/background.png) but i can see...
Please add it to the css code and I'll investigate the problem...
This is custom.css :
body {
color: #000042;
}
.entry-content, .blog-meta {
font: 13px/1.7em Georgia,Times,"Times New Roman",serif;
}
.post_excerpt {
background: url("lnx.radiocatania.it/img/background.png") repeat;
}
Instead of:
.post_excerpt {
background: url("lnx.radiocatania.it/img/background.png") repeat;
}
use:
.post_excerpt {
background: url("http://lnx.radiocatania.it/img/background.png") repeat;
}but...lol!
Thanks
Glad that I could help you :)
You must log in to post.