- Posts: 39
- Thank you received: 0
Backgound color to top menu when select
-
arsha123
Inactive member -
Topic Author
- Member
-
Less
More
14 years 2 weeks ago #6672
by arsha123
Backgound color to top menu when select was created by arsha123
I am using style five, and default color when you select the menu it is blue, i have changed the color of sub menu from style5.css , but there is no option for it, when I select item on top menu it is blue, I can read it in editcss it is in embedded style
div.moduletable h3 {
color:#FEB729;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#736F6E), to(#000000));
background: -moz-linear-gradient(#736F6E, #000000);
background: linear-gradient(#736F6E, #000000);
-pie-background: linear-gradient(#736F6E, #000000);
behavior: url(templates/hot_ecommerce/css/PIE.php);
position:relative;
}
#nav > li.active, #nav > li:hover, div.show_vm_cart {
background:#00275E;
}
#nav li:hover a, #nav li.active > a {
color:#FFFFFF !important;
}
#nav li a {
color:#00275E !important;
}
and in fire bug it show in
#nav li a {
color:#00275E !important;
}
ecommerce line # 8
but i could not find it , kindly guide
regards
anees
div.moduletable h3 {
color:#FEB729;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#736F6E), to(#000000));
background: -moz-linear-gradient(#736F6E, #000000);
background: linear-gradient(#736F6E, #000000);
-pie-background: linear-gradient(#736F6E, #000000);
behavior: url(templates/hot_ecommerce/css/PIE.php);
position:relative;
}
#nav > li.active, #nav > li:hover, div.show_vm_cart {
background:#00275E;
}
#nav li:hover a, #nav li.active > a {
color:#FFFFFF !important;
}
#nav li a {
color:#00275E !important;
}
and in fire bug it show in
#nav li a {
color:#00275E !important;
}
ecommerce line # 8
but i could not find it , kindly guide
regards
anees
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 2 weeks ago #6683
by ivan.milic
Replied by ivan.milic on topic Re: Backgound color to top menu when select
Hi,
There are php files that are adding styles to page. Like style1.php - style5.php in styles folder, and also there is template_css.php in css folder.
There are php files that are adding styles to page. Like style1.php - style5.php in styles folder, and also there is template_css.php in css folder.
Please Log in to join the conversation.
Time to create page: 0.145 seconds