Set image as background - Basic
Set image as background
I would like to replace the white background with a tiled image. How can I do this?
-
- Registered User
- Posts: 1
- Joined: Sun Oct 18, 2015 4:59 pm
Re: Set image as background
Add something like this to _custom.scss
and recompile theme.
Code: Select all
body { background-image: url('./images/bg.png'); }
and recompile theme.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
-
- Former Team Member
- Posts: 16654
- Joined: Wed Mar 06, 2002 2:36 pm
- Name: Vjacheslav Trushkin