Hi!
This is probably really easy but I can’t figure out which CSS code to use. I have a page that has 12 color section with content in it. I’ve made the background on the color sections transparent so that a page background will show behind the content in the color sections. I want to use a background image that will span the entire height of the page and not get restarted with each color section. Can you tell me the proper CSS to use for this?
Hey dburton77!
Thank you for using Enfold.
You can try this:
.page-id-1325 #main {
background: url("//utah.momentumrecycling.com/wp-content/uploads/2015/06/grp-bg.jpg") repeat;
background-color: transparent;
}
.page-id-1325 .main_color {
background-color: transparent;
}
Regards,
Ismael
Works beautifully! Thanks!
Doug