I managed to remove the corner radius from theme settings but there is still some left side radius next to the image. Tried different codes but didn’t work for me. Using Refresh Theme https://bandsyco.com/
Hi @Bandsy .
This is PageFly - Advanced Page Builder.
You can go to Online store => themes => actions => edit code and add this code on file base.css
.image-with-text{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
Or
.image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__text-item:after, .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content, .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content:after, .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media-item:after, .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media, .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media img{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
Hope this helps.
Best Regards;
Pagefly
Please add below css code in bottom of assets/base.css file
.image-with-text__content {
border-radius: 0px !important;
}
Thank you.
@Denishamakwana it didn’t work please see below

