Hi Friends,
Can someone please tell me how to change the background color for each block on the homepage e.g. videos, photos, site stats etc. Is it possible to have different colors for each blocks?
Thanks
Hi Friends, Can someone please tell me how to change the background color for each block on the homepage e.g. videos, photos, site stats etc. Is it possible to have different colors for each blocks? Thanks |
Hello, write these code in your templates/tmpl_uni/css/common.css
.boxContent {
background-color:#FFFFFF; #enter you needed color here
font-size:11px;
overflow:hidden;
padding:1px;
}
PS: If possible do not write me personally, please try to ask on the forum first |