Post by GraemeH » Thu Oct 04, 2018 5:06 pm

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.

New member

Posts

Joined
Fri Apr 20, 2012 4:56 pm

Post by OSWorX » Thu Oct 04, 2018 5:42 pm

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)

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Administrator

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by GraemeH » Thu Oct 04, 2018 6:01 pm

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

New member

Posts

Joined
Fri Apr 20, 2012 4:56 pm

Post by xxvirusxx » Thu Oct 04, 2018 7:11 pm

Try to add this in quickcheckout.css

This is for input backgorund

Code: Select all

.form-control {
	background:#eeeeee;
}
or

Code: Select all

input[type="text"].form-control {
	background:#f5f5f5;
}
For border

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


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by GraemeH » Thu Oct 04, 2018 7:40 pm

Thanks for that above. It doesn't seem to be making any changes on my end, so I'll have to try seeing if there is something over-riding this.

The help is really appreciated though.

New member

Posts

Joined
Fri Apr 20, 2012 4:56 pm

Post by xxvirusxx » Fri Oct 05, 2018 3:08 am

You use Lighting Speed Cache....
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


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România
Who is online

Users browsing this forum: No registered users and 4 guests