• Resolved Dorothy17

    (@dorothy17)


    Hi Guys, great theme! Could you tell me how I can change the background to an image? I tried to update the css but it does not want to accept basically any of my changes. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Sorry for late reply.

    To solve this issue follow the given below instructions:

    First of all create a “Child_Theme” using this

    link.

    Now copy the given below line of code snippet and paste into

    “style.css” file of your “Child_Theme”

    directory.

    The code is here :

    body {
    background: url(“./images/image.jpg”) repeat scroll 0 10px rgba(0, 0, 0, 0);
    }

    After it create a “images” folder in your

    “Child_Theme” directory and insert the image which

    you want to set on background.

    Now replace the image.jgp(Image Name) with your own image name.

    Thanks

    Harish

    Thread Starter Dorothy17

    (@dorothy17)

    Ok, thanks very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background change’ is closed to new replies.