See link to screen shot and the red circled areas show the field text is overlapping on the Cart and Checkout pages.
The Green circle is the text that is the same color as button, so it is not visible. I can’t find out where to edit this.
Thanks!
Hey bemodesign,
Thank you for the inquiry.
Could you please check the screenshots? It doesn’t seem to display the issues you’ve described. Please provide screenshots of the cart and checkout pages.
Best regards,
Ismael
attached
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-432 .components-flex-item input, .page-id-433 .wc-block-components-text-input input {
padding: 8px 116px;
}
Best regards,
Rikard
Great, and can you help me find out how to change color for the Green circled area, that says “Proceed to Checkout”?
And some of the fields on cart and checkout have text fields wording that overlaps. Like the United States part. can you take a look?
Hi,
Please try this as well for the button text:
.wc-block-cart__submit-container a .wc-block-components-button__text {
color: #fff;
}
I’m not sure what you would like to do with the labels in the shipping fields though, maybe move them up above the actual field?
Best regards,
Rikard
Top one worked thanks.
And yes, let’s Move them up above the actual field. That might solve the issue?
Hi,
Please try this CSS as well:
.wc-block-components-address-form-wrapper .components-base-control__label {
top: -30px;
}
Best regards,
Rikard
Didn’t move anything. If you look on the Check out page, it is only for the COUNTRY and STATE options. weird