BS Gaming 01 theme

CaptPot, 2017. Dec 06. Wed, 22:37

Hi,

Great theme, but I'm a total noob with websites, how do I change the background pic? and I can't get the forum to work, please how do I fix these problems? or is it easier to upgrade to gameplus?
Re: BS Gaming 01 theme
fizi, 2017. Dec 07. Thu, 19:44

Background pic in the style.css file. Forum not theme dependent, forum is the plugin. Need install on the admin plugin Manager.
If you want change the theme copy the theme folder into the e107_themes folder and select it on the admin theme Manager.
Re: BS Gaming 01 theme
CaptPot, 2017. Dec 08. Fri, 22:39

Thanks for that, But I still can't change the background image sad I've tried everything but nothing works, please show me the script that I need to change



I'm guessing this is what needs changed, if not please show me what does. I've uploaded the images to the theme/images folder on the site
Re: BS Gaming 01 theme
fizi, 2017. Dec 09. Sat, 08:00

The theme has background image and an overlay image:

If you want change only background image, change bg.jpg:

html {
  background: #000 url(images/bg.jpg) no-repeat fixed center top;
}

If no need overlay, delete this:

html {
  background: #000 url(images/bg.jpg) no-repeat fixed center top;
}

and change image in this:

body {
	font: 14px sans-serif; 
	color:#333;
  line-height: 1.4;
	background: url(images/overlay.png) repeat left top;
  width: 100%;
  padding-top: 50px;    
}