Remove the icon in the shopping cart - and payment providers should be under the checkout button

Solved

Remove the icon in the shopping cart - and payment providers should be under the checkout button

Kaan6161
Tourist
9 0 2

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

 

IMG_4287.JPG

Accepted Solution (1)

CodingFifty
Shopify Partner
916 137 165

This is an accepted solution.

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;
}

CodingFifty_0-1738345166043.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Reply 1 (1)

CodingFifty
Shopify Partner
916 137 165

This is an accepted solution.

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;
}

CodingFifty_0-1738345166043.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com