jay777 Posted March 12, 2013 Share Posted March 12, 2013 I changed the background of default theme in to image, but I can't find where to change backgrounds for blocks. I found the category block background in global.css and that's all.I spend allready two days looking for blockviewd,blocknewproducts,new user register,product info page background please help. I checked other posts but I think they are for older presta versions Thank you Link to comment Share on other sites More sharing options...
NemoPS Posted March 12, 2013 Share Posted March 12, 2013 What you're looking for is the .block class, assigned to all the column blocks, and some of the center ones (at least, the defaults) starting from line 287 (1.5.3.1) /* BLOCK .block ******************************************************************************** */ .block {margin-bottom:20px} #footer .block {margin-bottom:0} .block .title_block, .block h4 { padding:6px 11px; font-size:12px; color:#fff; text-shadow:0 1px 0 #000; text-transform:uppercase; background:#383838; text-align:left; font-weight: bold; } .block .title_block a, .block h4 a {color:#fff} .block ul {list-style-type:none} .block li.last { border:none} .block li a { display:block; color:#333 } Link to comment Share on other sites More sharing options...
jay777 Posted March 12, 2013 Author Share Posted March 12, 2013 Thank you for your replay. I saw that, but still where to change block backgrounds? I can't see it or it's not there. For example: background:#383838 it's just for title background Where is background for blocks background?They all transparent at the moment. I could find just one,for category block. Please help Thank you 1.5.3.1 Link to comment Share on other sites More sharing options...
NemoPS Posted March 12, 2013 Share Posted March 12, 2013 of course, you have to add it like .block {margin-bottom:20px; background-color: red} Link to comment Share on other sites More sharing options...
jay777 Posted March 13, 2013 Author Share Posted March 13, 2013 Thank you,but I don't know it doesn't work for me. It doesn't change the background or I don't know where to place it. Could it be anywhere else? Link to comment Share on other sites More sharing options...
jay777 Posted March 13, 2013 Author Share Posted March 13, 2013 (edited) yep just found for blocknewproducts.css I add background in ../modules/blocknewproducts/blocknewproducts.css Edited March 13, 2013 by jay777 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts