- Posts: 29
- Thank you received: 0
CSS in top menu
-
Nick Rains
Inactive member -
Topic Author
- Member
-
Less
More
12 years 4 months ago - 12 years 4 months ago #27518
by Nick Rains
CSS in top menu was created by Nick Rains
Last edit: 12 years 4 months ago by Nick Rains.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #27540
by ivan.milic
Replied by ivan.milic on topic CSS in top menu
The place if in tempalte_css.php:
#nav li:hover {
background:<?php echo $topMenuTabHover; ?>;
}
note this is parametrised ($topMenuTabHover variable) , so if you use custom style you can change it from template parameters and if you use pre-defined style you can change is in /styles/styleX.php by editing variable value (X is numeber of pre-defined style)
#nav li:hover {
background:<?php echo $topMenuTabHover; ?>;
}
note this is parametrised ($topMenuTabHover variable) , so if you use custom style you can change it from template parameters and if you use pre-defined style you can change is in /styles/styleX.php by editing variable value (X is numeber of pre-defined style)
Please Log in to join the conversation.
-
Nick Rains
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 29
- Thank you received: 0
12 years 4 months ago #27567
by Nick Rains
Replied by Nick Rains on topic CSS in top menu
Thanks Ivan
OK, got it, thanks for the quick reply.
BTW, do you do custom work on your templates? I need a couple of things tweaked and sometimes prefer to pay someone than waste time working it out for myself.
Nick
OK, got it, thanks for the quick reply.
BTW, do you do custom work on your templates? I need a couple of things tweaked and sometimes prefer to pay someone than waste time working it out for myself.
Nick
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #27581
by ivan.milic
Replied by ivan.milic on topic CSS in top menu
Yes send contact email using "Report To Moderator"
Please Log in to join the conversation.
Time to create page: 0.156 seconds