Black

Background - Black

Background

by The Baron » Wed Feb 10, 2016 12:36 pm

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/
The Baron
Registered User
Posts: 247
Joined: Mon Oct 29, 2007 2:11 pm
Location: Nottingham UK

Re: Background

by The Baron » Tue Feb 23, 2016 2:33 pm

Can anybody help?
The Baron
Registered User
Posts: 247
Joined: Mon Oct 29, 2007 2:11 pm
Location: Nottingham UK

Re: Background

by Arty » Wed Feb 24, 2016 9:05 am

Add this to _custom.scss

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

Re: Background

by The Baron » Fri Mar 18, 2016 10:05 am

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/
The Baron
Registered User
Posts: 247
Joined: Mon Oct 29, 2007 2:11 pm
Location: Nottingham UK

Re: Background

by The Baron » Fri Mar 18, 2016 10:08 am

Also, is it possible for me to remove the pattern.png file, please?
The Baron
Registered User
Posts: 247
Joined: Mon Oct 29, 2007 2:11 pm
Location: Nottingham UK

Re: Background

by The Baron » Thu Apr 28, 2016 11:18 pm

The Baron wrote:Also, is it possible for me to remove the pattern.png file, please?


Bump.
The Baron
Registered User
Posts: 247
Joined: Mon Oct 29, 2007 2:11 pm
Location: Nottingham UK

Re: Background

by Arty » Fri Apr 29, 2016 8:05 am

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.
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