Dear Sirs,
How can I remove the roll-over effect in breadcrumbs module (in "breadcrumb" position).
Thank you so much
#gkBreadcrumb {
width: 80%;
}
#gkBreadcrumb .breadcrumbs {
margin: 0;
opacity: 1;
}
ul:hover li a.pathway {
color:#000 !important;}
teitbite wrote:Hi
Please add this code to css:
- Code: Select all
#gkBreadcrumb {
width: 80%;
}
#gkBreadcrumb .breadcrumbs {
margin: 0;
opacity: 1;
}
teitbite wrote:teitbite wrote:Hi
Please add this code to css:
- Code: Select all
#gkBreadcrumb {
width: 80%;
}
#gkBreadcrumb .breadcrumbs {
margin: 0;
opacity: 1;
}
Hi
The above code is working for sure. I've already helped a different user with this. Please maby add !important rule at the end of every line. Please also check if css compression of caching is disabled because this new code may not be used because of processing older files.
Konrad M wrote:Try add to override.css
- Code: Select all
ul:hover li a.pathway {
color:#000 !important;}
and remember to enable override.css option in template settings