Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
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.
do you want me to fix that?
@Liquid_xPert_SJ If you have a solution then yes please share this here.
Thank you.