Image with Text - Custom CSS to Remove Radius

Hi! Can someone please help with the custom css for removing the curve on the ‘image with text’ column?
I would like it to be just square box.

Your help is much appreciated!

Cheers :slightly_smiling_face:

HI @udontofu

This is David at SalesHunterThemes.
Have you try to change the settings in theme customize.
If you only want to change the corner radius for only this section, please share your store url then we can help you.

Hey @udontofu

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hello @udontofu

Please provide your store URL so I can review it and provide a solution.

Hello @udontofu

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.global-media-setting svg.placeholder-svg {
    border-radius: inherit;
}