Can I modify the box border radius in the Dawn theme on Shopify?

xibby
Visitor
1 0 0

Hi, I have this website and the image banner with the box that holds the text "The heat is here." and the button. I want to make this box round but I can not find the place in the code where I can edit it with border-radius. I am using Dawn theme. Any help would be appreciated. My website is heatflags.com and the password is tweert.

 

Screenshot 2021-11-25 164408.png

Reply 1 (1)

ThomasBorowski
Shopify Expert
803 71 239

Open assets/section-image-banner.css on the code editor and add the following code to the styles for .banner__box:

border-radius: 5px;

 

Afterwards the code should look something like this:

ksnip_20211125-181940.png

 

Adjust the value to your liking.

★ Smart Upgrades, Tips and Tutorials for Shopify themes: cartpunk.com
Did my solution work? Help other Community members easily find the correct solution and apply it to their own stores by marking it as the Accepted Solution and giving it a Thumbs Up