Resource icon

Osclass Cover Photo Plugin 2023-03-01

No permission to download

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 case of CSS:
body {
background-image: url('{url of image}');
}

It's better to use a relative path when pointing to the url of the image. If not, you should use an absolute path to the image.
Author
freecoded
Downloads
10
Views
424
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from freecoded

Richest Freecoded User

Most Freecoin

freecoded
freecoded
4,876 Freecoin
J
Johnhendrick
645 Freecoin
S
Smith16
607 Freecoin
Davy200
Davy200
590 Freecoin
nathan69
nathan69
426 Freecoin
Laureine
Laureine
415 Freecoin
A
anajeen
395 Freecoin
C
codeguru
282 Freecoin
Tekera
Tekera
267 Freecoin
P
Peterparker87
239 Freecoin
Top