Hi Cliff, coding is really terrible to me and your explanations are very useful; now I've clear the difference between # and . symbols.
I wrote this:
.rt-grid-4 .rt-block {
background: url('..images/patterns/myimage.png') !important;
}
and the background of the module is now transparent (see attached image)
This image is hidden for guests.
Please log in or register to see it.
if I write:
.rt-grid-4 .rt-block box3 title3 {
background: url('..images/patterns/myimage.png') !important;
}
I have the background of my first image, that is a pale grey color ...
it looks like I miss the right place where to specify the background properties