Jump to content

Recommended Posts

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

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

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

×
×
  • Create New...