Mr.Curiosity Posted August 11, 2011 Share Posted August 11, 2011 I am posting this thread again because I havent found the solution yet. I am using PS.1.4, at product page, when I enlarge the photo, the original photo will come out with a white background I want to remove it, how can I do that? *I have tried many ways but all not working. Link to comment Share on other sites More sharing options...
Metameme Posted August 11, 2011 Share Posted August 11, 2011 Hi Mr.Curiosity, Assuming you are using the default jQuery ThickBox you will have to change it in the CSS of the ThickBox (thickbox.css). The entry you want to change is #TB_window { ... }. Best of luck, //Mike Link to comment Share on other sites More sharing options...
Mr.Curiosity Posted August 12, 2011 Author Share Posted August 12, 2011 Hi Mr.Curiosity, Assuming you are using the default jQuery ThickBox you will have to change it in the CSS of the ThickBox (thickbox.css). The entry you want to change is #TB_window { ... }. Best of luck, //Mike I have this in my thickbox.css, what do I do with it? #TB_window { position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; } Link to comment Share on other sites More sharing options...
Metameme Posted August 15, 2011 Share Posted August 15, 2011 It depends on how you want it to look. To change the background color, replace #ffffff with your color. Link to comment Share on other sites More sharing options...
Pieter Posted October 7, 2011 Share Posted October 7, 2011 Hi you can remove the white padding in fancybox by changing the setting in jquery/jquery.fancybox-1.3.4.js around line 1097 change $.fn.fancybox.defaults = { padding : 10, margin : 40, opacity : false, modal : false, cyclic : false, scrolling : 'auto', // 'auto', 'yes' or 'no' to $.fn.fancybox.defaults = { padding : 0, margin : 40, opacity : false, modal : false, cyclic : false, scrolling : 'auto', // 'auto', 'yes' or 'no' Link to comment Share on other sites More sharing options...
daYmo Posted February 1, 2012 Share Posted February 1, 2012 I have this in my thickbox.css, what do I do with it? #TB_window { position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; } Just edit js/jquery/jquery.fancybox-1.3.4.js line 1118 I presume overlayShow : true, by overlayShow : false, Link to comment Share on other sites More sharing options...
Recommended Posts