Background colour Hotel Villa Bellucci

Support desk for Villa Belluci Joomla Hotel Template
GK User
Sat Mar 12, 2016 3:30 pm
Hi there,

I want to change the colours of de Hotel theme, in the header and in the background. I tried changing the colours in the style.ccs but that doesn't work.
I also want the text in de Image Show GK4 in a lightly grey-transparant box, is that possible?

Greetings,

Kees
User avatar
Junior Boarder

teitbite
Thu Mar 17, 2016 11:53 am
Hi

Try add this code to override.css with changes to the colors of Your choice:

Code: Select all
#gkHeader,
.frontpage #gkHeader {
    background: #fff none repeat scroll 0 0;
}

#gkBg {
    background: #f1f1f1 none repeat scroll 0 0;
}

#gkFooter {
    background: #000 none repeat scroll 0 0;
}

.gkIsWrapper-gk_hotel_tabs figcaption {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 5px;
    padding: 10px;
}
User avatar
Moderator

GK User
Mon Sep 18, 2017 3:52 pm
Does anyone know how to make the header and footer background an image? I tried this code using background-image: url("images/bg.jpg"); and no luck. Thanks!
User avatar
Fresh Boarder


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