change BG from half to full screen

GK User
Sat Dec 13, 2014 5:42 pm
How can i change the background dimensions from half*** screen to full screen
*** i.e. http://demo.gavick.com/joomla25/university/index.php/template/pages/articles/single-article

and (!?)

can i use different backgrounds for different pages? And if yes, how?
User avatar
Expert Boarder

GK User
Sat Dec 13, 2014 6:25 pm
Hoi Micheal.
Possible, all you have to do , is use a bigger BG image.
Default image had 500px of height.

You can also use trick with:
Code: Select all
background-attachment: fixed;

together with bigger image
or
Code: Select all
background-size:cover;
User avatar
Platinum Boarder

GK User
Sat Dec 13, 2014 6:34 pm
can i use different backgrounds for different pages?

Sure. it's also possible because this is image loaded as a background for <body> tag.
E xample code taken from template:
Code: Select all
body {
    background: url("templates/gk_university/images/bg.jpg") no-repeat scroll center top #fff; }


One of method would be override it and use custom css on selected pages: https://www.gavick.com/documentation/jo ... ted-pages/

In my private projects I uses "HD-Background Selector" or "HD-Custom CSS" module for it.


Have fun :)
User avatar
Platinum Boarder


cron