e107 Styles

Fórumok

BS Gaming 01 theme

6 years ago
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?
6 years ago
2017. Dec 07. Thu, 19:46fizi
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.
6 years ago
2017. Dec 08. Fri, 22:44CaptPot
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
6 years ago
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;    
}

Moderator(s): fizi