• I need some help to add a gradient background on my site: fisherpricebabymonitor dot com

    What would be the easiest way to do so?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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>

    Thread Starter jemtee

    (@jemtee)

    and this should i put in the header.php or what file?:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gradient background’ is closed to new replies.