Jump to content

Image display frame and bars


Recommended Posts

You can change the background colour of the image by changing all the 255, 255, 255 in images.inc.php. Change it to whatever RGB colour code you want the background to be. For example, 0, 0, 0 for black.

To change the background colour of the thickbox itself, you'll need to edit css/thickbox.css and change the background of #TB_window from #fff to whatever colour you want the thickbox to be.

Link to comment
Share on other sites

thanks a lot for all your help, last question how do i chhange the whithe border of this boxes is the display box of the image before you click it to enlarge it, and the bow of the zoom function been traying to modify in the thickbox.css but only changes the properties of the frame that apears after you click the image.

29074_FaavvLhVp1iGP7lOmXh4_t

Link to comment
Share on other sites

To change the border of the big picture, find the following block in the /* product.tpl */ section of css/global.css in your theme's directory:

#primary_block #image-block {
   border: #d0d1d5 solid 1px;
   height: 300px;
   width: 300px
}



By default, the border colour is #d0d1d5. Change it to whatever colour you want the border to be.

To change the border of the jqZoom box, edit css/jqzoom.css and change the following line:

border:1px solid #CCCCCC;



By default, the border colour is #CCCCCC. Change it to whatever colour you want.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...