Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding a background image


r-a-y
Keymaster

@r-a-y

You’ll have to modify the theme’s stylesheet.

Hopefully, you’ve already created a child theme, then you can override the background in your child theme’s style.css with:

eg.

body {background:url(URL TO YOUR IMAGE) no-repeat !important;}

Skip to toolbar