Can anyone help round my buttons and pictures? Dawn Theme

Hello,

I’m trying to setup better looking add to cart buttons etc on my site

www.epicgolftees.com.au

I would like green buttons with rounded corners that sort of “pop-out”

I’d also like to round everything else that is square, like the product shots, boxes etc

Is this possible?

Thanks

1 Like

I think i’ve sorted it mainly…

Hi @EpicGolf

Check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
body.gradient.animate--hover-3d-lift * {
    border-radius: 9px;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Hi @EpicGolf

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.utility-bar.color-accent-1.gradient.utility-bar–bottom-border {

border-radius: 40px !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly