Jump to content

How change inner/background color of blocks ?


Recommended Posts

Hello,

please could some one hellp? I just do try and error method to modify theme and cant sort this out...

Want change color of the blocks here

capture.jpg

 

Thanks very much for any help.

Frantisek

Link to comment
Share on other sites

Change the pictures in themesyourthemeimg for anything that has _bg.

 

Im at work at the minute and do not have access to my ftp server but later on I will follow up this post with the exact files you need to edit. Unless of course sombody else replies.

 

Regards.

 

Stu

Link to comment
Share on other sites

to change the background colour for those blocks

you need to replace the following files in your theme/img directory

 

block_bg.jpg (this style is applied to most blocks)

block_exclusive_bg.jpg (this style applies to shopping cart & specials)

 

here is where you can find this in the CSS arround line 809

hope that helps  ;)

 

div.block .block_content {

border-left: 1px #d0d3d8;

border-right: 1px #d0d3d8;

padding:0.5em 0.7em 0pt;

background: #f1f2f4 url('../img/block_bg.jpg') repeat-x bottom left;

min-height:20px;

}

 

 

div.exclusive .block_content {

background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;

border-left: 1px solid #595a5e;

border-right: 1px solid #595a5e;

}

 

Link to comment
Share on other sites

×
×
  • Create New...