Image background

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Tue May 22, 2012 11:47 am
Hi Gavick!
Can you tell us how to put a background image instead an autorepeat pattern or texture like in style 2 and 3?
User avatar
Platinum Boarder

teitbite
Wed May 23, 2012 6:38 am
Hi

This is the code which is displaying the meal image in the background:

Code: Select all
#gkBg {
    background-image: url("../images/style1/bg_image.jpg");
}


Here is a code for a full background pattern:

Code: Select all
body {
    background-image: url("../images/style1/bg_pattern.png");
}
User avatar
Moderator


cron