tivicrdotcom Posted May 10, 2012 Share Posted May 10, 2012 (edited) Hello ecommers, I have this site where I customized the theme, everything is cool, but on the colum blocks if it's one where you can add info to a point where it automatically expands, a weird gray background appears. I can't figure where it's coming from in order to delete it. Here is the screeshot! Thanks and God bless! Edited May 12, 2012 by tivicrdotcom (see edit history) Link to comment Share on other sites More sharing options...
Mike Kranzler Posted May 11, 2012 Share Posted May 11, 2012 Hi tivicrdotcom, Can you please post a link where we can see this on your site itself? -Mike Link to comment Share on other sites More sharing options...
tivicrdotcom Posted May 12, 2012 Author Share Posted May 12, 2012 Thanks Mike, you always so helpful. This is the link The left colum blocks "Comentarios" and "Fiestas Temáticas" show the little gray backgound. I have seen this happening only when the info displayed at the blocks is long thus stretching the block display area. Thanks again Link to comment Share on other sites More sharing options...
Dh42 Posted May 12, 2012 Share Posted May 12, 2012 I cannot tell what line number because you are compressing your css files, but look for this block in your global.css file div.block .block_content { border-left: 1px #D0D3D8; border-right: 1px #D0D3D8; padding: 0 0.7em; background: #F1F2F4 url('http://tivicr.com/flores/themes/prestashop/css/../img/block_bg.jpg') repeat-x bottom left; min-height: 16px; } and comment out the line that says background: #F1F2F4 url('http://tivicr.com/flores/themes/prestashop/css/../img/block_bg.jpg') repeat-x bottom left; 2 Link to comment Share on other sites More sharing options...
tivicrdotcom Posted May 12, 2012 Author Share Posted May 12, 2012 dh42, thanks!. That was indeed the problem. The following: border-left: 1px #D0D3D8; border-right: 1px #D0D3D8; Makes up the border frame of the blocks right? I wonder why they don't show up even when I have other color (D0D3D8) than white. Anyhow, thanks a lot. Nice site tekkiesbk.com Link to comment Share on other sites More sharing options...
Mike Kranzler Posted May 14, 2012 Share Posted May 14, 2012 Thanks for the help DesignHaus! -Mike Link to comment Share on other sites More sharing options...
Recommended Posts