Change custom (style) header and footer

More
11 years 5 months ago - 11 years 5 months ago #31071 by Colossally
Hi

Where do I make the header background transparent and increase header height?

And where do I change the Hot destinations text in footer to original colour?

Please see images of header and footer.

Thanks.



Attachments:
Last edit: 11 years 5 months ago by Colossally. Reason: Specify where to change text colour

Please Log in to join the conversation.

More
11 years 5 months ago - 11 years 5 months ago #31079 by ivan.milic
In template_css.php at beggining you would see:

.header {
background-color: ...
}

remove background-color property. In layout.css you would see:

.header {
height: 100px;
margin: 0 auto;
background: url(../images/header_bg.png) repeat-x;
}

remove background property. Also you have height: 100px; which you need to increase in order for header height to be increased. Also in layout.css:

.logo {
height: 100px;
width: 50%;
float: left;
text-align: left;
}

put same value for height as for .header

Header text color can be changed from template parameters if you use custom style or by editing variable in styles/styleX.php where X is number of pre-defined style if you use pre-defined style
Last edit: 11 years 5 months ago by ivan.milic.
The following user(s) said Thank You: Colossally

Please Log in to join the conversation.

Time to create page: 0.166 seconds
Powered by Kunena Forum