freecoded
Administrator
Staff member
- Freecoin
- 3,923
freecoded submitted a new resource:
Osclass Cover Photo Plugin - Osclass Cover Photo Plugin
Read more about this resource...
Osclass Cover Photo Plugin - Osclass Cover Photo Plugin
Adding a background image
If you want to add a background image on any part of your site, you need to modify your header.php file, inside your theme folder (modern by default). You can also modify the CSS file your theme is using and add the following code.
Note that in this example we will be adding a background image for the body of the page.
In case of HTML:
<style type="text/css">
body {
background-image: url('{url of image}');
}
</style>
In...
Read more about this resource...