This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Olga Barlow
Hi,
The checkout page on your live demo site (https://www.8theme.com/demo/xstore/landing-watch/checkout/), appears differently than what I get after installing the demo data. https://www.screencast.com/t/3QpEQgSH
Out of all the issues, the most important one I need fixed is the unstyled Select field for “State”.
Can you help?
Hello,
That demo uses old version of WC plugin that’s why the order of the checkout fields is different.
WC plugin changed the order of fields after 3.0 update. To change the styles of the State and country fields add the following custom in Theme Options > Styling > Custom CSS
.select2-container--default .select2-selection--single {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
background-color: #fafafa;
height: 2.57rem;
line-height: 2.57rem;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up