Jump to content

[SOLVED] Gray background on Blocks


Recommended Posts

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 by tivicrdotcom (see edit history)
Link to comment
Share on other sites

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 :D

Link to comment
Share on other sites

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;

  • Like 2
Link to comment
Share on other sites

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

×
×
  • Create New...