teitbite wrote:Hi
I'm sorry I do not understand. Please use English.
teitbite wrote:Hi
That's becuase GK grid is not using a joomla default module layout. It's already a module loding inside a module. You need to add backgrounds in css. Please tell me the url to the page where I will be able to see an example of Grid module so I'll tell You what code to use.
.gkGrid-gred1_1-1 .gkVideoBlock {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.38);
}
.gkGrid-gred1_1-1 .gkVideoBlock {
background-image: url('../images/im_name.jpg');
}
.gkGrid-gred1_1-1 .gkVideoBlock {
background: url('../images/im_name.jpg') repeat scroll 0 0 rgba(0, 0, 0, 0.38);
}