[Resolved] Blog page and Background Image

Home Forums Support [Resolved] Blog page and Background Image

Home Forums Support Blog page and Background Image

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    #333808
    Leo
    Staff
    Customer Support

    1. 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/

    #333812
    santus

    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.

    #333989
    Leo
    Staff
    Customer Support

    Sounds good!

    #403448
    Joseph

    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.

    #403618
    Leo
    Staff
    Customer Support

    Looks fine to me.

    Can you open a new topic with a link to your site? Thanks!

    #710691
    Haley

    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%

    }

    #710707
    Haley

    I figured it out. My image link wasn’t correct.

    #710713
    Leo
    Staff
    Customer Support

    Glad you figured out 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.