Hi brycekelsey,
Please provide proper screenshot of that issue or link of your site.
thank-you
Also having issues with the Registration page. The site only gives you the option to register with an email address. Even when submitting the info, it doesn’t create an account.
https://drive.google.com/open?id=1_Q6AcuZNI3pIFx99xwu0HCp13yUCYLXw
Hi,
“it doesn’t create an account” for this issue please contact the woocommerce support team.
Thanks.
Do you have any idea what the problem is with the address fields? I talked to woocommerce and they pointed me to plugins/woocommerce/templates/checkout/form-billing.php.
<h3><?php _e( ‘Billing details’, ‘woocommerce’ ); ?></h3>
The information is there but it’s not showing. They said there is something wrong with the theme. I tested this with another theme and the address fields work fine.
-
This reply was modified 7 years, 11 months ago by
brycekelsey.
Hello,
Go to Dashboard -> Appearance -> Customizer -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –
.woocommerce-billing-fields h3 {
color: #333;
}
.woocommerce-shipping-fields h3 {
color: #333;
}
Thanks.
That did it. Thank a million!
Your Welcome,
Let us know for further query.