Home › Forums › WordPress Themes – Premium › Luminescence › Change Content Background Color to an image › Reply To: Change Content Background Color to an image
January 10, 2014 at 4:45 am
#18884
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!