- This topic has 8 replies, 4 voices, and was last updated 7 years, 5 months ago by
Leo.
-
AuthorPosts
-
June 14, 2017 at 10:12 pm #333805
santus
My challenges:
1. My News page which is my blog page in my website http://wellsofrevivalprayerministries.org/blog/ does not allow me to add content articles to it. How do i do that? I need some urgent help.2. How do i make image the background of my page that is the entire website background page. At the moment i can change colour of the background page but there seems to be no provision for background image.
June 14, 2017 at 10:33 pm #333808Leo
StaffCustomer Support1. Not sure what you mean? Are you not able to create new Posts in the Dashboard?
2. This should help: https://docs.generatepress.com/article/backgrounds-overview/
June 14, 2017 at 11:24 pm #333812santus
Dear Leo,
Thanks for your response,
however the issue with creating post has been resolved.
What is left is the issue of background image. will check your link and get back.June 15, 2017 at 8:35 am #333989Leo
StaffCustomer SupportSounds good!
October 15, 2017 at 12:14 am #403448Joseph
I used the following to set the background (full page) image on my blog page and single posts. It worked fine but now it has disappeared. Is this the correct CSS.
body.blog {background: url(‘https://provinciawebdesign.com/wp-content/uploads/2017/07/blog_bg.png’) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.single.separate-containers {background: url(‘https://provinciawebdesign.com/wp-content/uploads/2017/07/blog_bg.png’) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}Thanks in advance.
October 15, 2017 at 8:23 am #403618Leo
StaffCustomer SupportLooks fine to me.
Can you open a new topic with a link to your site? Thanks!
October 25, 2018 at 8:40 pm #710691Haley
I’m wondering why the single post css isn’t working for me. I’m plugging it into the Additional CSS section of customize. I’ve tried many different things and I can’t seem to find the right solution. I’ve got it working for the main blog page but not the individual pages.
body.blog{
background-image: url(‘wp-content/uploads/2018/10/background-hammer-black-04.png’);
background-position: right 0px bottom 45px;
background-repeat: no-repeat;
background-size: 60%}
.single.separate-containers{
background-image: url(‘wp-content/uploads/2018/10/background-hammer-black-04.png’);
background-position: right 0px bottom 45px;
background-repeat: no-repeat;
background-size: 70%}
October 25, 2018 at 9:50 pm #710707Haley
I figured it out. My image link wasn’t correct.
October 25, 2018 at 10:03 pm #710713Leo
StaffCustomer SupportGlad you figured out 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.