• I’m wondering how I can add a large background to my Home page, and others? The body of text seems to be covering any image I add, and any changes I make to the body (like colour and transparency) don’t apply to it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @lovelygoldpony,

    Did you try adding this ?

    body { background: url(your-image); }

    Thread Starter lovelygoldpony

    (@lovelygoldpony)

    Thanks, @congthien, but that doesn’t seem to work either. Maybe I am just coding the image wrong…

    Thread Starter lovelygoldpony

    (@lovelygoldpony)

    Can somebody give me a basic run down of how to insert images properly in html, so I know I’m doing this right? My boss has put me in charge of web design and any experience I have is from like twelve years ago.

    @lovelygoldpony, are you using the correct image path? e.g. wp-content/uploads/2016/12/image-name.jpg?

    I actually usually just go to the media library and copy the full image path, so it is

    body { background: url('https://domain-name.com/wp-content/uploads/2016/12/image-name.jpg?'); }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wondering how to add a large background?’ is closed to new replies.