How can I make my Beyond theme buttons round?

Hi,

I’m using the beyond theme and I can’t make my buttons round in the theme-settings.

I’ve also made use of codes like .btn { border-radius: 100px; } but it doens’t seem to work.

My website is www.easycomputershop.nl

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme–critical.css and paste this at the bottom of the file:
a.featured-video--button div {
border-radius: 50px;
}

Screenshot :- https://prnt.sc/qaxarHtcZtmg

Thank you!