This topic has 8 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
Hello,
I have added paypal and Moneris to the payment page however a few things don’t seem to look correct. layout on the checkout page is a little bit out of bounds and the radio boxes are not shown, at least on my system. See attached screen shot.
I got all working except for the bullet point selector for Paypal and Moneris. It just does not appear. Please help.
Hello,
Add this code in your child style.css or in Global Custom CSS section:
.payment_methods input[type="radio"]:checked {
background-image: url(https://testing.lyranara.com/wp-content/themes/royal/images/radio-icon-check.png);
display: inline !important;
}
Regards,
Eva Kemp.
Please see private content
Hello,
I’ve changed the code in Global Custom CSS section. Please check now.
Regards,
Eva Kemp.
Hello,
I’ve added this code in Global Custom CSS. Please check.
.payment_methods input[type="radio"]{
background-image: url(http://testing.lyranara.com/wp-content/themes/royal/images/radio-icon.png);
top: auto !important;
}
.payment_methods input[type="radio"]:checked {
background-image: url(http://testing.lyranara.com/wp-content/themes/royal/images/radio-icon-check.png);
top: auto !important;
}
Regards,
Robert Hall
Hi,
Can you check again – it was showing a minute ago but after I updated the CSS it stopped working.
Hello,
It’s fixed now. Clear browser cache and check.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up