Jump to content

Problems with Blockcart, OPC in IE and want to change textcolour [SOLVED]


Recommended Posts

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

31580_B552zLQ5ziFCvPmILinT_t

31581_LGWipEuRb6RUBBM9uPhM_t

31582_AfSjFz2SSQ7dZHGpgtEs_t

31584_0Gow31JPjrL94ulbhtR4_t

Link to comment
Share on other sites

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

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

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...