thordavis Posted May 5, 2022 Share Posted May 5, 2022 Site URL: https://www.cheesierpasta.net/thor-home I am wanting to remove the section[data-section-id="6273f7fff7a2200fbdd3ec88"] 's white background so that the page will have the gradient and I dont need to worry about scaling issues. I am unsure how to do this. Link to comment
tuanphan Posted May 8, 2022 Share Posted May 8, 2022 I see you used this CSS, however, in Custom CSS, you need to use full image url, unless the CSS won't work on live mode section[data-section-id="6273f7fff7a2200fbdd3ec88"] { background-image: url("/s/clouds.png") } The code should be section[data-section-id="6273f7fff7a2200fbdd3ec88"] { background-image: url("https://www.cheesierpasta.net/s/clouds.png") } section[data-section-id="6273f7fff7a2200fbdd3ec88"] .section-background { opacity: 0; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment