I need some help to add a gradient background on my site: fisherpricebabymonitor dot com
What would be the easiest way to do so?
I need some help to add a gradient background on my site: fisherpricebabymonitor dot com
What would be the easiest way to do so?
Wrap your content in a div and style it to use your gradient background.
<div style="background-image: url("pathtoyourimage.jpg");">
Your content with gradient behind it.
</div>
and this should i put in the header.php or what file?:)
This topic has been closed to new replies.