Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing font or background colours on Checkout_confirmation


Sam-AUST

Recommended Posts

Hi guys, we have a light background, dark box header style on our new site, but the Pay Pal boxes on the checkout_confirmation then become unreadable, see attached:

 

Is it possible to change the font or background colour of the headers of those specific boxes in BS Oscommerce so they become readable?

post-332255-0-16066100-1487296300_thumb.png

Link to comment
Share on other sites

Duke St is in Forestville, not "Sydney" ;)  (I grew up 2 streets away which is why I know lol)


Anyway, add the following code in user.css:

.panel-warning > .panel-heading {
  color: #8a6d3b!important;
}

which will change the colour of the text in panel-warning headings throughout your shop (which would be a good idea).

 

You can change the #8a6d3b to whatever colour you like.

osCommerce user since 2003! :thumbsup:

Link to comment
Share on other sites

@@Sam-AUST

 

I tested the css change and it worked fine. You may need to clear your cache to see the change.

 

As for the Paypal address, are you grabbing the second address line from Paypal? If not remind me on Monday to give you the change to make in the relevant file.

osCommerce user since 2003! :thumbsup:

Link to comment
Share on other sites

Hey Sam,

 

You might need to add "panel-warning" to your custom css, so like below.  It's been a while since I did it.  I also customized my bootstrap using the bootstrap customizer.

.panel-heading .panel-warning{
  background-image:linear-gradient(180deg,#96a984,#597532);
}

I'm not really a dog.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...