Hello can someone help me, I use the theme “Focal” and I don’t want to have the icon (see photo) and I want to have the payment provider as a photo or code under the checkout button
my URL: comforya-shop.de
passwort: 111
Hello can someone help me, I use the theme “Focal” and I don’t want to have the icon (see photo) and I want to have the payment provider as a photo or code under the checkout button
my URL: comforya-shop.de
passwort: 111
Hi @Kaan6161 ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
span.checkout-button__lock {
display: none !important;
}