How can I match my add to cart button with the buy now button?

Hey Guys,

I am using the craft theme and cannot work out how to make my add to cart button match the buy now button.

Shopify don’t seem to have an answer either.

Any advice?

Hello @626Group

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hey, Do I literally just post my store on here? I have not done this before sorry.

Do you want the standard website link of www.626group.com.au

Hi.

Please uncheck this checkbox.

Then, Buy it now button was deleted.

Thanks.

If it’s going to move to checkout page when you click Add to cart button, you must change the liquid code.

@626Group
Hello,

.product-form__submit.button.button--full-width.button--secondary {
	background-color: rgb(14, 37, 61);
	color: #fff;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This