Change image Background in position Bottom4

GK User
Wed Apr 15, 2015 9:27 am
Hello I'm trying to change the background image in the 4-position Botttom the steakhouse template and do not know how.

On my site is referred bottom 4 : "Events & Blog"

How is change?

http://www.posadadelpelaire.com/es/

Thanks!!!!
User avatar
Fresh Boarder

GK User
Wed Apr 15, 2015 10:23 am
Please replace this file:
templates/gk_steakhouse/images/parallax_bg.jpg
via ftp.
User avatar
Moderator

GK User
Wed Apr 15, 2015 10:24 am
Hi,
did you used module suffix before ?

because by default in module used on bottom4 - developer used "parallax" class which have such a image:

Code: Select all
.box.parallax {
    background-attachment: fixed;
    background-image: url("../images/parallax_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }


so you have two options:
1) replace image with yours
or
2) override that background style
User avatar
Platinum Boarder


cron