Increase logo size & remove frontpage reservation

GK User
Mon Apr 11, 2016 8:24 am
Hi GavickPro,
Is it possible to make the following 2 changes to the theme styling:

1. Increase the logo size (E.g. max-width 400 px) without the logo image running into the menu?

2. Remove the frontpage reservation form in the slider as well as the white background of the form?

Your help is much appreciated.
Thank you, Kim
User avatar
Fresh Boarder

Joshua M
Mon Apr 11, 2016 9:02 am
Hi,

Regarding the logo issues -it's possible, but I need to see your website (could you provide the URL here or you can send me a PM).

REgarding the reservation form - please remove the shortcode from your "Frontpage" page:
Code: Select all
[GK_Hotel_Reservation title="Book Now" rooms_max="5" adult_max="2" children_max="2" subtitle="When would you like to stay villa?"]


to remove the reservation block from the slider.
User avatar
Moderator

GK User
Mon Apr 11, 2016 10:10 am
Hi Joshua,

Thank you for your help.
1. Please see the url here: http://serapasafaris.co.za/
2. I have removed this shortcode but as you will see the white background is still visible. Is it possible to remove this?

Thank you for your time,
Kim
User avatar
Fresh Boarder

Joshua M
Tue Apr 12, 2016 8:33 am
Try to add the following custom css code:
Code: Select all
#gk-header-nav > div {
  padding-top: 110px
}

.gk-logo img {
  max-width: 400px;
  margin-top: -30px;
}

#gk-header-sidebar .widget {
  display: none;
}

User avatar
Moderator

GK User
Tue Apr 12, 2016 5:18 pm
Thank you so much, Joshua. That all worked perfectly.
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.