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 506

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
8801 2106 2583

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.