Hi, is it possible to change the background on this forum skin, please?
This is my site default image: http://www.bloodforthebaron.com/links/background.png
http://www.bloodforthebaron.com/phpBB3/
Background - Black
-
- Registered User
- Posts: 247
- Joined: Mon Oct 29, 2007 2:11 pm
- Location: Nottingham UK
Re: Background
Can anybody help?
-
- Registered User
- Posts: 247
- Joined: Mon Oct 29, 2007 2:11 pm
- Location: Nottingham UK
Re: Background
Add this to _custom.scss
then recompile stylesheet.
Code: Select all
body { background-image: url('/links/background.png'); background-position: 0 0; background-repeat: repeat; }
then recompile stylesheet.
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
Re: Background
Many thanks. Not sure if I've made a mistake though, as the image doesn't repeat when I scroll down the forum?
http://www.bloodforthebaron.com/phpBB3/
http://www.bloodforthebaron.com/phpBB3/
-
- Registered User
- Posts: 247
- Joined: Mon Oct 29, 2007 2:11 pm
- Location: Nottingham UK
Re: Background
Also, is it possible for me to remove the pattern.png file, please?
-
- Registered User
- Posts: 247
- Joined: Mon Oct 29, 2007 2:11 pm
- Location: Nottingham UK
Re: Background
The Baron wrote:Also, is it possible for me to remove the pattern.png file, please?
Bump.
-
- Registered User
- Posts: 247
- Joined: Mon Oct 29, 2007 2:11 pm
- Location: Nottingham UK
Re: Background
Try assigning background to html element instead of body and remove background from body.
Also you have put toolbar in wrong place. It should be after <body> tag, not in head section.
Also you have put toolbar in wrong place. It should be after <body> tag, not in head section.
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