When I change the BG-Image on a page it fills the entire bg with that image and have the white block over the image where the text is.
I want to still have the grey in the background but the bg-image to replace the white instead of the grey.
Where to set that up? Feels like I have been in every setting without any result. I only want the bg image instead of the white on one page (startpage)
Hi @Tobaunta,
Thanks for writing to us.
Seems you are using the Integrity Stack, you need to set the background image for entry-wrap.
Following code will help you to add the image, please copy the code and add to Theme Options > CSS
Please replace the url with your image url.
.entry-wrap
{
background-image:url('<your-url>/wp-content/uploads/2020/06/<image>.png')
}
Remember that the above code will work if copied as it is and don’t conflict with any existing code.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
On the other hand, you can do the same with blank page template from page attribute, and set the background image to the section from page builder.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
