Is it possible to add background image to header or footer, just on one page?
Background image
2 posts from 2 voices-
Posted 1 year ago #
-
Yes - you can use following code. You need to replace the page id and the image url in the code below:
.page-id-63 #header{ background-image: url("../images/hbg.png"); } .page-id-637 #footer{ background-image: url("../images/fbg.png"); }Posted 1 year ago #
Reply
You must log in to post.














