Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: how to make the dawn image banner text box edges circular.

how to make the dawn image banner text box edges circular.

Amxr
Visitor
3 0 1

Screen Shot 2024-01-12 at 3.28.43 PM.png

 

So I just want to make that box edges circular

Replies 2 (2)

niraj_patel
Shopify Partner
2378 514 507

Hello @Amxr  

You can add code by following these steps 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid


<style>

      @media only screen and (min-width: 750px){
          .banner__box {
              border-radius: 25px !important;
          }
     }

</style>

techlyser_web_0-1705091980964.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

Made4uo-Ribe
Shopify Partner
9079 2168 2677

Hi @Amxr 

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:

 

.banner__box {
    border-radius: 20px !important;
}

 

And Save. 

You can adjust the size of the rounded corner. 

 

 

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

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.