On the Main menu if I click onto for instance “Home” button, it is underlined and the font gets bold
On Mansory I have those headlines
All/Name1/Name2/Name3/Name3/
if I click on Name1 I want the same effect like in the menu on active link
Hi 3DStudio!
Add this to your custom CSS.
.active_sort span span {
font-weight: bold;
text-decoration: underline;
}
Regards,
Elliott
that worked fine, thanks