Home Forums WordPress Themes – Premium Luminescence Change Content Background Color to an image Reply To: Change Content Background Color to an image

#18884
Ella Ivshin
Member

Thank you! I did not find .lum-equal-wrap in Luminescence’s style.css so I just wrote it out as so in Luminescence Child’s style.css:

.lum-equal-wrap {
background-image: url(…);
}

And it works great!