This topic has 2 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Rose Tyler
Hi,
How do I fix the message “I have read and agree to the website terms and conditions”? See the screenshot:
Hello,
You can add this code in Custom css via Theme Options:
.woocommerce-terms-and-conditions-checkbox-text {
padding-left: 20px;
}
.checkbox input#terms {
margin-top: 6px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up