Placing a wrapper background picture on a post
-
All,
I have figured out how to place a background pic on a page and now I need the code to do the same on a post. Can someone help me to do so and explain how to do it for any post? I believe doing this to pages and posts really enhance the site.
FYI … to place a pic from a URL JPEG you simply find the page number you are working with by going to (All Pages) and place you mouse over the page you desire to work on… at the bottom of your screen the page number will appear. ie…after the post= is the number of your page. Then in your Custom CSS use this code…and the page number for this page is 502page-id-502 .wrapper {
background: url(“https://www.hereismypic.jpg”) no-repeat fixed 0% 0% transparent;
}
Any and all help is appreciated!Gwhann
- The topic ‘Placing a wrapper background picture on a post’ is closed to new replies.