CSS for background color behind featured images
-
I used css snippets for background color on my site from this post, namely
.round-div { border: 104px solid #FFFFFF; } body { background: none repeat scroll 0 0 #FFFFFF; color: #17202A; padding-bottom: 0; }
The “.round-div” code section worked to change the color behind the featured images on the homepage, but only on desktop. If I access the site on mobile, it still has a light grey box around the featured images. Does anyone know how to fix this? The site is eplreport.com.
Thanks,
Will
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘CSS for background color behind featured images’ is closed to new replies.