• Resolved AZBros

    (@azbros)


    I tried searching the forum for this answer, but the previous posts that discuss it didn’t work for me. Perhaps I did something wrong. I’d like to change the default dark gray, solid color background to a small image that repeats. Is this possible in this theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter AZBros

    (@azbros)

    Okay, I did one more search and figured it out. If anyone is interested, I just added this code to my child theme’s style.css file:

    body {
      background:
        url(imagename.jpg) repeat;
    }
    bdbrown

    (@bdbrown)

    I did one more search and figured it out.

    Wish more users would take this approach. Thanks for posting your solution.

    bdbrown

    (@bdbrown)

    v3.1.5 now includes the Background Image option in General Settings > General Design Options.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Set Repeating Body Background Image?’ is closed to new replies.