- Posts: 5
- Thank you received: 0
Help Please!
-
Eagle75au
Inactive member - Topic Author
- New Member
Less
More
11 years 5 months ago #31077
by Eagle75au
Help Please! was created by Eagle75au
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31083
by ivan.milic
Replied by ivan.milic on topic Help Please!
That is special sittuation so we need to check it live. Please send link
Please Log in to join the conversation.
-
Eagle75au
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 5 months ago #31091
by Eagle75au
Replied by Eagle75au on topic Help Please!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31093
by ivan.milic
Replied by ivan.milic on topic Help Please!
In layout.css at bottom add:
.nav.menu > LI > a > IMG{
position:relative;
top:-20px;
}
you may adjust top:-20px;
.nav.menu > LI > a > IMG{
position:relative;
top:-20px;
}
you may adjust top:-20px;
Please Log in to join the conversation.
-
Eagle75au
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 5 months ago #31094
by Eagle75au
Replied by Eagle75au on topic Help Please!
Thanks for your help!
Is it possible to remove the black background from the menu just for that single image? I would rather it not have a black background when someone hovers over it.
Thanks
Is it possible to remove the black background from the menu just for that single image? I would rather it not have a black background when someone hovers over it.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31101
by ivan.milic
Replied by ivan.milic on topic Help Please!
You can do that from template parameters if you use custom style. If you use pre-defined style you can edit styles/styleX.php where X is number of style. Also workaround could be : in template_css.php , find:
ul, #nav li:hover {
background: ....
}
and soround it with:
/*
ul, #nav li:hover {
background: ....
}
*/
ul, #nav li:hover {
background: ....
}
and soround it with:
/*
ul, #nav li:hover {
background: ....
}
*/
Please Log in to join the conversation.
Time to create page: 0.094 seconds