Page 1 of 1

Checkout Input Box's

Posted: Thu Oct 04, 2018 5:06 pm
by GraemeH
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.

Re: Checkout Input Box's

Posted: Thu Oct 04, 2018 5:42 pm
by OSWorX
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)

Re: Checkout Input Box's

Posted: Thu Oct 04, 2018 6:01 pm
by GraemeH
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

Re: Checkout Input Box's

Posted: Thu Oct 04, 2018 7:11 pm
by xxvirusxx
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;
}

Re: Checkout Input Box's

Posted: Thu Oct 04, 2018 7:40 pm
by GraemeH
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.

Re: Checkout Input Box's

Posted: Fri Oct 05, 2018 3:08 am
by xxvirusxx
You use Lighting Speed Cache....
Clear cache from that module.