Dawn Theme - How can I centre text at the footer of my cart page?

I want to centre the “ships within 24hrs + express shipping” in my cart. Is this possible? Also how can I bolden the “PROCEED TO CHECKOUT”?

Thanks

Hi @shanagarryceo ,

Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.

Hi Victor,

No password needed - https://easypackpro.com

Hi @shanagarryceo ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-cart-drawer.css->paste below code at the bottom of the file:

.cart-drawer .tax-note {
    text-align: center !important;
}
.cart-drawer .cart__checkout-button {
    font-weight: bold !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

Works perfect! Thanks