hujer Posted June 6, 2008 Share Posted June 6, 2008 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 Thanks very much for any help. Frantisek Link to comment Share on other sites More sharing options...
Stu583 Posted June 6, 2008 Share Posted June 6, 2008 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 More sharing options...
ejectcore Posted June 6, 2008 Share Posted June 6, 2008 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 More sharing options...
Stu583 Posted June 6, 2008 Share Posted June 6, 2008 Right you need to edit the following images in themesyourtheme\img block_bg_myaccount block_exclusive_bg Ive changed all mine to .jpg to apply gradients. Regards, Stu Link to comment Share on other sites More sharing options...
hujer Posted June 7, 2008 Author Share Posted June 7, 2008 Yo Yo, thank you very much guys It helps a lot ! I was taking creazy, such i found most things, but this was hide from me. Frantisek Link to comment Share on other sites More sharing options...
Recommended Posts