Comments YippieYeah started the conversationJune 18, 2017 at 5:56amHello,I basically wanted to remove the Paypal description fromhttps://www.ricc.photo/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=paypal (See Screenshot)But when I do so, it removes also the Paypal logo alltogether with the "What is Paypal"I do want to remove the "What is Paypal" anyway but not the logo.Basically im really looking for a way to streamline this interface and make it much more appealing as in the 2nd screen that i uploaded.So apart from the issue above can you give me a tip on how to best edit the checkout page? 1,559Laborator repliedJune 18, 2017 at 8:47pmHi there,The screenshot attached from your second screenshot is from another theme and each theme has it's own styling and specifics so if you want to show only the "What is paypal" you can do that by adding the CSS below to your Custom CSS area: .woocommerce #order_review #payment .payment_methods .payment_method_paypal img, .woocommerce .bordered-block .payment_methods .payment_box.payment_method_paypal p { display: none !important; } Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hello,
I basically wanted to remove the Paypal description from
https://www.ricc.photo/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=paypal (See Screenshot)
But when I do so, it removes also the Paypal logo alltogether with the "What is Paypal"
I do want to remove the "What is Paypal" anyway but not the logo.
Basically im really looking for a way to streamline this interface and make it much more appealing as in the 2nd screen that i uploaded.
So apart from the issue above can you give me a tip on how to best edit the checkout page?
Hi there,
The screenshot attached from your second screenshot is from another theme and each theme has it's own styling and specifics so if you want to show only the "What is paypal" you can do that by adding the CSS below to your Custom CSS area:
Best regards,
Laborator Team