I want to remove the image that is seen in the screenshot.
carlucci
It seems that you removed it already as I don't see it now on your site.
saguaros The red background hides the image
You can use this custom CSS to hide this image:
div[id*="t4-section-"] .section-title-wrap .section-title:before, div[id^="t4-section-"] .section-title-wrap .section-title:before { background-image: none !important; }
saguaros Thank you very much. The red background must fit the title. The height should be almost the same as the title.
carlucci I updated above code to hide that section so it can fit the text now. Kindly check.
.saguaros Thank you very much. Please close th thread.