Change bg_demo.jpg to a png-file

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Sun Apr 06, 2014 1:24 pm
I would like to replace /templates/gk_restaurant/images/style1/typography/bg_demo.jpg with images/schoolbord.png. Where can this be changed?
User avatar
Expert Boarder

GK User
Sun Apr 06, 2014 7:11 pm
Please edit: /templates/gk_restaurant/css/override.css and add at its end:
Code: Select all
#gkBg {
background-image: url('http://fullurltoyour.site/images/schoolbord.png');
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sun Apr 06, 2014 7:29 pm
But this code changes /templates/gk_restaurant/images/style1/bg_image.jpg instead of /templates/gk_restaurant/images/style1/typography/bg_demo.jpg.
User avatar
Expert Boarder

GK User
Mon Apr 07, 2014 5:56 pm
Provided code links to /images/schoolbord.png in root of your site (as that is what you have asked for).
If you wish to target:
background-image: url('/templates/gk_restaurant/images/style1/bg_image.jpg');
use
Code: Select all
background-image: url('../images/style1/bg_image.jpg');

If you wish to target:
/templates/gk_restaurant/images/style1/typography/bg_demo.jpg
then use:
Code: Select all
../images/style1/typography/bg_demo.jpg
User avatar
Moderator

GK User
Mon Apr 07, 2014 6:38 pm
I want to use /images/schoolbord.png instead of /templates/gk_restaurant/images/style1/typography/bg_demo.jpg.

Because #gkBg seems to be replace the sites background-image instead of the blackboard-image, I figure this is not right.
User avatar
Expert Boarder

GK User
Tue Apr 08, 2014 4:40 pm
Could you please post a screenshot which exactly background would you like to replace?
User avatar
Moderator

GK User
Tue Apr 08, 2014 6:33 pm
Image
(bg_demo.jpg)
User avatar
Expert Boarder

GK User
Thu Apr 10, 2014 11:20 am
Code: Select all
.gkHeader {
background-image: url('http://fullurltoyour.site/images/schoolbord.png');
}
User avatar
Moderator

GK User
Thu Apr 10, 2014 3:43 pm
Tnx Cyberek, works great.
User avatar
Expert Boarder

GK User
Thu Apr 10, 2014 7:50 pm
Sorry it took so long - all the time I was thinking you like to change main background ;). Screenshots are the best solution, I need to ask them at the beginning ;).
User avatar
Moderator

GK User
Thu Apr 10, 2014 8:38 pm
Right. If you want more tips, just ask ;)
User avatar
Expert Boarder


cron