Hi,
What would be the css to highlight the active cat-item on my nav-shop menu ?
it works only on hover with :
.color-scheme-light .basel-product-categories li.current-cat a:hover,
.color-scheme-light .basel-product-categories li a:hover {
color: #bda474;
font-weight: Bold ;
}
.color-scheme-light .basel-product-categories li.current-cat a:active,.color-scheme-light .basel-product-categories li .cat-item a:active {
color: #bda474;
font-weight: Bold ;
}
Is there a css to hide the third menu level of nav-shop ? Thanks
Attachments:
You must be
logged in to view attached files.