How to remove the checkout button from the dropdown in Dawn theme?

Helo

I am using the dawn theme and need the check-out button removed from the drop-down when adding an item to the basket. This is in order to force customs to go to their basket first before checking out. I have tried removing 4 lines of code from the code editor in main cart footer.liquid but still no joy. Any help please?

Hi @firerescuetools

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file β†’ Save

form#cart-notification-form {
    display: none;
}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Thanks for the reply. No joy unfortunately.

If the above problem is not fixed Please share with me the URL - and password if password protected. I will check it again.
Wait for your response.

Best regards,
Victor | PageFly

Hello @firerescuetools

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store β†’ Theme β†’ Edit code

  2. Open your base.css file and paste the following code below:

#cart-notification-form button[name="checkout"]{
  display: none !important;
}

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

1 Like

This worked!

Thank you very much!

I am glad that my solution is helpful to you.

Best regards,
GemPages Support Team