How can I remove the leftover side radius from my image?

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.

Hi. I tried both and still not hiding the lateral radius.

Please see the attached

Hi. I tried that and still not hiding the lateral radius.

Please see the attached

@Denishamakwana it didn’t work please see below

Hi,

I check it in my device .

Border is default in your image if you change image then no any border is there.

so, you can add new image without border.

see attachment here.

Thank you.