sdfSDF Posted July 18, 2011 Share Posted July 18, 2011 how to remove white background in thickbox to transparent ? / enlarged photoI searched a lot but did not catch anything.Please help me Thanks. Link to comment Share on other sites More sharing options...
sdfSDF Posted July 19, 2011 Author Share Posted July 19, 2011 I can not really help me in this regard?I've searched, but none to the question was not material.This is a weakness of this system? Link to comment Share on other sites More sharing options...
Sassenach Posted July 27, 2011 Share Posted July 27, 2011 change the file yourshop/css/jquery.fancybox-1.3.4.css replace #fancybox-outer { background: none repeat scroll 0 0 #FFFFFF; height: 100%; position: relative; width: 100%; } with #fancybox-outer { background: none repeat scroll 0 0 transparent; height: 100%; position: relative; width: 100%; } This should do the trick... Greetz, Sassenach Link to comment Share on other sites More sharing options...
Mr.Curiosity Posted August 11, 2011 Share Posted August 11, 2011 not working for me.. I am using PS 1.4 Link to comment Share on other sites More sharing options...
anthonyavalon Posted August 11, 2011 Share Posted August 11, 2011 I'm having the same issue!! my store theme is black and all the white borders around my product pictures are not looking very good !! hope to find someone that really knows where the line of code to be changed is located... Link to comment Share on other sites More sharing options...
Sassenach Posted August 15, 2011 Share Posted August 15, 2011 For me it worked (PS 1.4.2.5)... I would say: install Firebug and take a look at the thumbnails to see which part of the css you have to change to transparent. Greetz Sassenach Link to comment Share on other sites More sharing options...
seno Posted December 1, 2012 Share Posted December 1, 2012 Global.css /* global RTE fields */ .rte, .mceContentBody { text-align: left; background: #transparent; 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