Hi. How can I add a background image (.png) that will repeat itself as user scroll up/down on the page? Thanks!
Hi osseo
Template has different colored sections, could you please specify where exactly you want to have this background image?
A screenshot could help
Hi pavit Sorry, we want it in the "white area" in between the header and footer section where it shows for article content.
Thanks!
Add this to custom.css
.t3-wrapper { background-image: url(path to your background image.xxx); background-attachment: fixed; }