Gila - Customization Help
Post your questions regarding Gila template customization here.
Reply to this post, adding a new comment.
- Login to post comments
Post your questions regarding Gila template customization here.
Reply to this post, adding a new comment.
Hi!
I have recently downloaded Gila Web Template. It is found that the basic color used is RED. I want to change it to BLUE with the same layout & feel. How can I change the color. Please help me!!!
In order to change the red background of Gila template's header, you first need to open the file gila-screen.css with a text editor, find the following lines:
/* ##### Header ##### */#header {
color: inherit;
background-color: rgb(184,38,25);
}
And where it says
background-color: rgb(184,38,25);you need to changergb(184,38,25)with a valid color value, in your case a blue value like#104E8Bcan work well. You can find more blueish colors here: Blues Hex Color Codes.