- Posts: 11
- Thank you received: 0
Hot Destination
12 years 11 months ago #29529
by omooba
Hot Destination was created by omooba
Pls how and where can I change the size of the Logo?
Where can I change the 'Hot Destination' beside the logo to my own name?
Unfortunately I installed it locally, otherwise, I would have given you the url.
Thank you.
Where can I change the 'Hot Destination' beside the logo to my own name?
Unfortunately I installed it locally, otherwise, I would have given you the url.
Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #29538
by ivan.milic
Replied by ivan.milic on topic Hot Destination
For logo image go to module manager and find custom HTML module in logo module position ,enter it's settings editor and change image and text. To increase height of logo position go to layout.css, find this :
.logo {
height: 100px;
width: 50%;
float: left;
text-align: left;
}
and:
.header {
height: 100px;
margin: 0 auto;
background: url(../images/header_bg.png) repeat-x;
}
change height property.
.logo {
height: 100px;
width: 50%;
float: left;
text-align: left;
}
and:
.header {
height: 100px;
margin: 0 auto;
background: url(../images/header_bg.png) repeat-x;
}
change height property.
Please Log in to join the conversation.
Time to create page: 0.130 seconds