Change Background

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Jul 10, 2013 12:08 pm
hello

Is it possible to add an image in the top band in the logo for make a background
And also to put a background on the whole page?

Thank you for your help

Federika
User avatar
Junior Boarder

GK User
Wed Jul 10, 2013 12:39 pm
To place image under entire page, use this CSS:
Code: Select all
body {
background: #fff url('../images/yourbgimage.jpg') 50% 0 no-repeat;
}


Please read first about adding custom CSS:
http://www.gavick.com/documentation/joo ... -template/


If it goes to:
"Is it possible to add an image in the top band in the logo for make a background"
I cant understand what do You mean, so please try to describe it more precisely.
User avatar
Moderator

GK User
Wed Jul 10, 2013 2:19 pm
Thanks it's done.

Cyberek wrote:To place image under entire page, use this CSS:
Code: Select all
body {
background: #fff url('../images/yourbgimage.jpg') 50% 0 no-repeat;
}


Please read first about adding custom CSS:
http://www.gavick.com/documentation/joo ... -template/


If it goes to:
"Is it possible to add an image in the top band in the logo for make a background"
I cant understand what do You mean, so please try to describe it more precisely.
User avatar
Junior Boarder


cron