Basic

Set image as background - Basic

Set image as background

by jonathanmlang » Sun Oct 18, 2015 5:02 pm

I would like to replace the white background with a tiled image. How can I do this?
jonathanmlang
Registered User
Posts: 1
Joined: Sun Oct 18, 2015 4:59 pm

Re: Set image as background

by Arty » Sat Oct 24, 2015 5:12 pm

Add something like this to _custom.scss

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
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin