Check boxes doesn’t work on my checkout page. Can you please check? Thank you.
This topic has 3 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Check boxes doesn’t work on my checkout page. Can you please check? Thank you.
Additional screenshot.
Hello,
As I see you copied whole code in your child theme style.css file and there is the code:
.payment_methods input[type="radio"]:checked {
background-image: url(images/radio-icon-check.png);
background-repeat: no-repeat;
background-position: center center;
}
In this case image radio-icon-check.png will load from the directory wp-content/themes/woopress-child/images/radio-icon-check.png but there is no such image in your child theme folder.
Please read how to create child theme correctly https://codex.wordpress.org/Child_Themes . You mustn’t copy parent style.css to the child theme. Read the WordPress article and make the changes.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up