I want to change the layout of my theme so that it becomes more “smooth” and wonder if it is possible to do via custom css or change in the theme’s basic code?
Here is what iam trying to achieve:
Right now it looks like this:
Storelink: https://624b34-3.myshopify.com/
Password: Lolipop
Thanks in advance!
Hi @Andreas1723
1st for the wave design this must be used by and image. Like you need to change the background with wave design image.
2nd I remember, I comment on the picture to make it rounded. But i didnt ask if its including the container. You didnt tell also.
Try this one then.
- 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:
.image-with-text .image-with-text__text-item>* {
border-top-left-radius: 50px !important;
border-bottom-left-radius: 50px !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Made4uo-Ribe thanks for the fast reply! sorry i didnt tell you. the picture did not include the container, i tried to change and edit the image but nothing worked! but problem solved with your code. I think the same problem may occur if i change to an image with wave design, but i will try and change the image first and se what happens, i will update you when its done.