How can I remove checkout buttons from my ecommerce site?

Hello, i need to remove checkout buttons. Desktop: from customer drawer, Mobile: from customer drawer, from add to cart pop up. I tried all codings what i found in shopify community and no one worked for me.. Can someone help me? Thank you

@Dignita - please send your website link

Hi @Dignita

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> theme.css paste the below code at the bottom of the file.

a[href=“/checkout?locale=lt”] {

display: none !important;

}

Best Regards;

PageFly