How to change shape of Text box on Dawn Theme

Hey!

I’m having troubles to change the shape of my text box. At the moment it’s a circle but I want to to be a square.

The store is https://carterasdechile-cl.myshopify.com/
pass: hello1234

If anyone knows how to solve it, i’d appreciate it.

Thanks

You could try adding this code to the bottom of base.css

.slideshow__text.banner__box.color-background-2.slideshow__text--center.slideshow__text-mobile--center {
  border-radius: 0%;
}

THANKS SO MUCH!

Just a quick question, how can I make it wider?

Hello @TriballeCL

I would like to give you some recommendations to support you

If you want to make this section wider, you could try adding this code to the bottom of base.css

.slideshow__text.banner__box.color-background-2.slideshow__text--center.slideshow__text-mobile--center {
 width: 600px;
 height: 600px;
}

You also can change the value such as 650px, 700px …

Hope my recommendation can work and support you!
Kind & Best regards!
GemPages