Hi,
Can someone help as I am pulling my hair out here on something that should be so simple.
I want to change the border colour of the input boxes on the checkout page, and can't find the correct part of the stylesheet for this. Can someone please advise what class I am looking for?
Thanks in advance.
Can someone help as I am pulling my hair out here on something that should be so simple.
I want to change the border colour of the input boxes on the checkout page, and can't find the correct part of the stylesheet for this. Can someone please advise what class I am looking for?
Thanks in advance.
Sounds like: 'help, 1 of my tires of my new car is flat. Can someone tell what I can do to continue my journey .. '
So, to be able to help you, you should post
1. which template you are using
2. a Link to the store would be fine (best option)
So, to be able to help you, you should post
1. which template you are using
2. a Link to the store would be fine (best option)
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
Sorry about that, should know better by now really.
I'm using journal, but the checkout is MarketingSG Quick Checkout.
https://www.fixingsmegastore.co.uk
I'm using journal, but the checkout is MarketingSG Quick Checkout.
https://www.fixingsmegastore.co.uk
Try to add this in quickcheckout.css
This is for input backgorund
or
For border
This is for input backgorund
Code: Select all
.form-control {
background:#eeeeee;
}
Code: Select all
input[type="text"].form-control {
background:#f5f5f5;
}
Code: Select all
input[type="text"].form-control {
border:1px solid #a94442;
}
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
You use Lighting Speed Cache....
Clear cache from that module.
Clear cache from that module.
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
Who is online
Users browsing this forum: No registered users and 4 guests