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
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
-
- 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:
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;
}
-
- 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!
-
- Fresh Boarder
3 posts
• Page 1 of 1