Hi I want to be able to adjust the roundness of the image for image with text. Any help would be appreciated!
You’re looking for the border-radius css property.
Mind sharing a link to your site or theme so we can help with a more specific bit of CSS to add?
Got ya, just realized that from your other post about the magenta border haha.
For dawn, they have built-in media border-radius settings if you go to customize themes and then click theme settings you can set the “corner radius” under “media”:
Hi [email removed]Chocolatte1234,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.image-with-text .image-with-text__media img{
border-radius:10px !important
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
Hello @chocolatte1234
It’s GemPages support team and glad to support you today.
You can follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your theme.css file and paste the following code below:
.image-with-text .image-with-text__media img{
border-radius: 15px;
}
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team