Shape 5

Joomla Templates => Corpway - Club => : BDSNL December 04, 2014, 07:46:02 AM



: Corpway template website background
: BDSNL December 04, 2014, 07:46:02 AM
When I have installed the template, i get a background in my website in a brown color.
But after scrolling down halfway the frontpage it changes to plain white.
How can i change this to show the brown color on the full page?


: Re: Corpway template website background
: mikenicoll December 06, 2014, 02:30:48 AM
Hello,

Can you post a URL?


: Re: Corpway template website background
: BDSNL December 06, 2014, 05:03:45 AM
No, not yet, because I have it installed in my local XAMPP on my laptop.
But you can see it on your own demo template. It shows exactly the same.


: Re: Corpway template website background
: siona73 December 08, 2014, 01:56:04 PM
 they have a bg image set  to no-repeat and the bg color is white.
either place in the template settings - bg image > your image, delete theirs or delete their image and and change bg color.
or you can add in the custom.css your own custom css. mine is for ex
body {
color: #666666;
background: #FBFAF7 url(../images/background.jpg) repeat top center;
background-size: 100%;
font-size: 1em;
line-height: 160%;
}


: Re: Corpway template website background
: mikenicoll December 08, 2014, 08:05:44 PM
If you have any further questions or the above doesn't help you let us know.

Thanks for helping out Siona73


: Re: Corpway template website background
: BDSNL December 09, 2014, 05:34:29 AM
The, in the end very simple solution was to change the templates\corpway\css\template.css
Line 5
change the word no-repeat in repeat.

background:#FBFAF7 url(../images/s5_background.jpg) repeat top center;


: Re: Corpway template website background
: mikenicoll December 11, 2014, 01:23:36 AM
OK,

Glad you got it sorted and thanks for posting back.