Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #168591
    sloaneranger
    Participant

    Hello,

    RE: sloaneranger.com.au

    How do I insert a background image on the ‘Front Page’. On my site it is the last page titled Instagram.

    I inserted the below into my Custom CSS but nothing changed:
    body.home {
    background-image: url(“53043072_2340695909327179_277219617603059712_o.jpg”);
    background-position: center center;
    background-size: cover;
    }

    I also set a background image in the Customiser but nothing appears, the background remains black.

    Thanks

    #168609
    Skandha
    Participant

    @sloaneranger: Hello there,
    Please post in the image link you want to set as background and I will provide you the CSS Code. Do you want to set the image background for the whole page or particular section?

    Kind Regards,
    Skanhda

    #168957
    sloaneranger
    Participant

    Hi,

    Image link: https://sloaneranger.com.au/wp-content/uploads/about-white.jpg

    Just a particular section. It’s the page which is set as the ‘Front Page’, titled Instagram.

    Thanks

    #168991
    Skandha
    Participant

    @sloaneranger: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
         background-image:url("https://sloaneranger.com.au/wp-content/uploads/about-white.jpg");
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #169080
    sloaneranger
    Participant

    Hello,

    Yes the code produced the desired result. Thank you, much appreciated.

    #169118
    Skandha
    Participant

    @sloaneranger: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Background Image on Front Page’ is closed to new replies.