Hide description field at payment options on checkout page
-
Hi,
I would like to hide the description field which appears under a selected payment method in the checkout field. Since the description isn’t being used at this time.
Kind regards,
Roy
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
You can disable “Terms and condition” in WooCommerce -> Settings -> Checkout. See an example
https://i.gyazo.com/71e1086ed0a91fc86431aea6c62f935b.gif
Regards.
Xtemos Studios
No I don’t mean the temrs and conditionts, I mean the white box which appears under every payment option, see the attached image for refference.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.payment_methods .payment_box {
display: none;
}
Best Regards.
Hi,
The description box is still being displayed
Hello,
Please Replace the previous Custom CSS with the following:
.payment_methods .payment_box {
display: none !important;
}
Then clear cache and check back.
Regards.
Xtemos Studios.
Hi,
Thank you the code with the !important seems to work.
Most Welcome 🙂
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day 🙂
Topic Closed.
Best Regards.
The topic ‘Hide description field at payment options on checkout page’ is closed to new replies.