Tomtefar Posted October 16, 2010 Share Posted October 16, 2010 Hi,I have some problems with my webshop:1. When i add more then one product to my shoppingcart, the blockcart adds a strange grey border that gets bigger with every product, how do i remove it? (Look at the picture "blockcart fel")2. I have bought the OPC next generation module from http://www.canin.sk/prestashop/ with support so i have sent an email to zerleg(?) about this but might as well ask here if someone can help me. The problem is that everything works fine in Fire Fox and Chrome but in Internet explorer, the payment and shipment methods doesent show. They show for about 0,1 sek but draws back very quckly after that and doesent show after. (Look at the pictures ("Kassa i fire fox" and "Kassa i internet explorer") How do i solve this issue?3. The last question is how do i change the color of the links when i view a product picture full size? (See picture "Texten syns ej"). I have found the code with the help of firebug but when i chane it alot of other textcolour is changed with it, how do i change only that textcolour?Im very grateful for every piece of advice i can get!Regars Link to comment Share on other sites More sharing options...
Tomtefar Posted October 17, 2010 Author Share Posted October 17, 2010 I have found whay causes the 2. issue. I chose to hide the country, and because it doesent choose country automaticly in IE it doesent work. Have a new question, how do i remove the "- " coise? Have chosen Sweden as defult country in backoffice/shipping but the defult choise is till "-" in IE but not i FF och Chrome. Alternativly how do i mage sweden the defult even in IE?Still would like some help with the other two issues! Link to comment Share on other sites More sharing options...
Tomtefar Posted October 17, 2010 Author Share Posted October 17, 2010 That is also solved.Only problem 1 and 3 left unsolved, someone that can help? Link to comment Share on other sites More sharing options...
rocky Posted October 18, 2010 Share Posted October 18, 2010 It's the following code in the /* block exclusive */ section of global.css that controls that background colour: 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 } Change #bdc2c9 to the colour you want the background to be.For the thickbox, try changing lines 19-23 of css/thickbox.css (in the root directory, not the theme directory) from: /*#TB_window a:link {color: #666666;} #TB_window a:visited {color: #666666;} #TB_window a:hover {color: #000;} #TB_window a:active {color: #666666;} #TB_window a:focus{color: #666666;}*/ to: #TB_window a:link {color: #666666;} #TB_window a:visited {color: #666666;} #TB_window a:hover {color: #000;} #TB_window a:active {color: #666666;} #TB_window a:focus{color: #666666;} and change colours as necessary. Link to comment Share on other sites More sharing options...
Tomtefar Posted October 18, 2010 Author Share Posted October 18, 2010 Thanks for the help rocky!Background colour solved it!I added a new style to the theme:#TB_window a { color: green;}Everything solved, thanks again! Link to comment Share on other sites More sharing options...
rocky Posted October 18, 2010 Share Posted October 18, 2010 You're welcome. 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