- Posts: 134
- Thank you received: 0
change logo
-
felipergueza
Inactive member -
- Member
-
Less
More
13 years 2 months ago #14278
by felipergueza
Replied by felipergueza on topic Re: change logo
I managed to insert my logo, I now only need to edit the logo is so that there is overlapping the menu item, see image.
Edit the file templates \ hot_chameleon \ css by adding the following line of code:
. footer {ul.menu
margin: 0;
padding: 0;
}
. ul.menu footer li {
list-style: none;
float: left;
}
. ul.menu footer li a: link,. ul.menu footer li a: visited {
color: # fff;
text-decoration: none;
display: block;
padding: 0 15px 7px 0;
font-weight: normal;
}
. ul.menu footer li a: hover {
color: # fff;
text-decoration: underline;
}
. footer2 a: link,. footer2 a: visited {
color: # fff;
}
. header {
height: 100px;
margin: 0 auto;
}
. logo {
height: 320px;
width: 50%;
float: left;
}
. header_menu ul {
padding: 0;
margin: 0;
float: none;
list-style: none;
}
. header_menu ul.menu li {
float: right;
list-style: none;
padding: 0 10px;
margin: 30px 0 15px 0;
border-right: 1px dotted # 000;
border-bottom: none;
}
. header_menu ul.menu a: link,. header_menu ul.menu a: visited {
}
Still have not managed to solve this last detail.
Edit the file templates \ hot_chameleon \ css by adding the following line of code:
. footer {ul.menu
margin: 0;
padding: 0;
}
. ul.menu footer li {
list-style: none;
float: left;
}
. ul.menu footer li a: link,. ul.menu footer li a: visited {
color: # fff;
text-decoration: none;
display: block;
padding: 0 15px 7px 0;
font-weight: normal;
}
. ul.menu footer li a: hover {
color: # fff;
text-decoration: underline;
}
. footer2 a: link,. footer2 a: visited {
color: # fff;
}
. header {
height: 100px;
margin: 0 auto;
}
. logo {
height: 320px;
width: 50%;
float: left;
}
. header_menu ul {
padding: 0;
margin: 0;
float: none;
list-style: none;
}
. header_menu ul.menu li {
float: right;
list-style: none;
padding: 0 10px;
margin: 30px 0 15px 0;
border-right: 1px dotted # 000;
border-bottom: none;
}
. header_menu ul.menu a: link,. header_menu ul.menu a: visited {
}
Still have not managed to solve this last detail.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
13 years 2 months ago #14284
by milos
Replied by milos on topic Re: change logo
Please edit file layout.css and find class .logo_pad. There you can decrease top padding.
Please Log in to join the conversation.
-
felipergueza
Inactive member -
- Member
-
Less
More
- Posts: 134
- Thank you received: 0
13 years 2 months ago - 13 years 2 months ago #14295
by felipergueza
Replied by felipergueza on topic Re: change logo
Milos Thanks for your patience, now if I achieve my goal.
Now that I have achieved the result we both wanted what I apply to my site that is online.
The final result is as follows:
. logo {
height: 122px;
width: 50%;
float: left;
text-align: left;
}
. logo_pad {
padding-top: 0px;
}
Now that I have achieved the result we both wanted what I apply to my site that is online.
The final result is as follows:
. logo {
height: 122px;
width: 50%;
float: left;
text-align: left;
}
. logo_pad {
padding-top: 0px;
}
Last edit: 13 years 2 months ago by felipergueza.
Please Log in to join the conversation.
-
felipergueza
Inactive member -
- Member
-
Less
More
- Posts: 134
- Thank you received: 0
13 years 2 months ago #14299
by felipergueza
Replied by felipergueza on topic Re: change logo
As mentioned above I have put in place the lotipo wanted to here everything is perfect, only now that I need to click on the logo image takes me to the main menu item (Home).
As I can perform this process.
As I can perform this process.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
13 years 2 months ago #14300
by milos
Replied by milos on topic Re: change logo
Put IMG tag inside link tag:
<a href="index.php"><img src="..." /></a>
<a href="index.php"><img src="..." /></a>
Please Log in to join the conversation.
-
felipergueza
Inactive member -
- Member
-
Less
More
- Posts: 134
- Thank you received: 0
13 years 2 months ago #14302
by felipergueza
Replied by felipergueza on topic Re: change logo
What is the file I have to insert the code above.
Please Log in to join the conversation.
Time to create page: 0.084 seconds