Esdras Posted August 28, 2010 Share Posted August 28, 2010 how do i change the image display frame and the white bars that appears in the image afther i upload it, i have looked for in in the gloval.css and scenes.css and cant find the way to change the colors. please help Link to comment Share on other sites More sharing options...
rocky Posted August 28, 2010 Share Posted August 28, 2010 My post here might help. Just upload your product images in the size you want them to appear in the thickbox. Link to comment Share on other sites More sharing options...
Esdras Posted August 29, 2010 Author Share Posted August 29, 2010 thanks so much it worked so fine, now i been browsing the file i cant find where to change the color of the tick box, by any chance do you know in wich file can i change that? Link to comment Share on other sites More sharing options...
rocky Posted August 29, 2010 Share Posted August 29, 2010 I'm not sure which tickbox you mean. Can you explain further and provide a screenshot if possible. Link to comment Share on other sites More sharing options...
Esdras Posted August 30, 2010 Author Share Posted August 30, 2010 i mean the box where the picture is displayed is a ny way to change the bacground color for it? Link to comment Share on other sites More sharing options...
rocky Posted August 30, 2010 Share Posted August 30, 2010 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 More sharing options...
Esdras Posted August 30, 2010 Author Share Posted August 30, 2010 thanks so much man, will do Link to comment Share on other sites More sharing options...
Esdras Posted August 30, 2010 Author Share Posted August 30, 2010 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. Link to comment Share on other sites More sharing options...
rocky Posted August 31, 2010 Share Posted August 31, 2010 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 More sharing options...
Esdras Posted September 8, 2010 Author Share Posted September 8, 2010 thanks so much for all your help Link to comment Share on other sites More sharing options...
rocky Posted September 8, 2010 Share Posted September 8, 2010 If your issue is resolved, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now