Background Image to a page
-
Hello,
I wanted to add a background image to the page, something similar to https://forestfirstsamithi.org/contribute/
I have added the following code to CSS:
.page-id-2940 {
background-image: url(‘https://koshaa.org/wp-content/uploads/2021/07/Contribute-2.jpg’);
background-position: center;
background-attachment: fixed; /*default is scroll*/
background-repeat: no-repeat;
}As you can see here, it doesn’t seem to be working – https://koshaa.org/contribute/
Can you help me out with this please.
Thanks
SushilThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Background Image to a page’ is closed to new replies.