Make a button radius in ckeckout page

Sermak
Pathfinder
153 3 40

Hello Guys.. Can anyone tell me please how to make the continuous and pay buttons on checkout page radious?

I cant find the code to edit it.

My Site: thedoglovr.com

Thanks

Replies 2 (2)
Sermak
Pathfinder
153 3 40

Anyone guys please??

Kinjaldavra
Shopify Partner
2302 569 1414

hello @Sermak  please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.step__footer  #continue_button{
	border-radius: 35px;
}