How can I add a background color to text in an image block using Sense theme?

Hello,

I am using the ‘Sense theme’. I recently added a new product on my website and I am struggling to figure out how to have a background colour behind the text within the ‘image with text’ block. The main background keeps overriding any colour. Image example below;

It should be like the second image below;

Any help would be appreciated.

my website is printreality.co.uk

Thank you

@Printatme

use this css code into your base.css file or theme customizer hopefully your issue will be resolve, in case not do let me know.

thanks

.image-with-text__content::after, .image-with-text__content::before {
	display: none;
}
div#ImageWithText--template--21794494644545__3bd22a3d-d6dc-4794-826b-2b509781307b {
	background-color: red !important;
}

@Liquid_xPert_SJ thank you for your reply. I have tried this but unfortunately this is not working.

@Printatme

do you want me to fix that?

@Liquid_xPert_SJ If you have a solution then yes please share this here.

Thank you.