Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
.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