Hi, is there a way to change the “Continue shopping” button inside the empty cart drawer to use an “outline button style” ?
For other buttons, such as the ones that can be added to rich text blocks, there is the option to turn on “outline button style” in the left menu. However there isn’t anywhere to customize the “Continue shopping” button in the theme customizer and by default it is the primary button design with no way to change it to an outline button design.
That means even if I create a new color scheme in the Color settings of the Theme Customizer just to assign it to the cart, the background color of the button can match the page but there is still no way for an outline / border to appear around the button. So, I’m wondering if there’s a way to customize it through coding where the outline has border: 1px and is solid color #354b2a as well as the label “Continue shopping” color #354b2a.
I took a look at the snippets/cart-drawer.liquid and was trying to edit the following piece of code to style the button:
<button
class=“drawer__close”
type=“button”
onclick=“this.closest(‘cart-drawer’).close()”
aria-label=“{{ ‘accessibility.close’ | t }}”
If anyone could point me in the right direction that would be super appreciated!


