Jump to content

[SOLVED] Stripe Configuration - Error Blocks


Recommended Posts

Hey guys!

 

I was wondering if anyone could help me out with a problem I'd like to fix.

 

I have Stripe installed and configured (in test mode) to display on my store. At the end of the checkout process, it all works fine and dandy.

 

However, whenever you get an error or any kind of message a light yellow box appears with white text over it. It is very hard to read and I would really like to change the colors.

 

My template errors/warnings/etc. have different colors that look nice. Shouldn't it be using those?

 

THANKS!

Edited by Dmmjr (see edit history)
Link to comment
Share on other sites

Edit file /modules/stripejs/stripe-prestashop.css (line 52):

div.stripe-payment-errors {

margin: 0 0 10px 0;

padding: 10px;

border: 1px solid #900;

font-size: 13px;

background: #FCC;    <-- change background colour

display: none;

}
 
add
 color: #FFF;  
for text color (change FFF to whatever colour you like)

 

 

pascal

Link to comment
Share on other sites

  • 1 year later...

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