Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #476485

    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

    #476625

    Hi 3DStudio!

    Add this to your custom CSS.

    .active_sort span span {
      font-weight: bold;
      text-decoration: underline;
    }

    Regards,
    Elliott

    #480462

    that worked fine, thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘.av-masonry-sort a:visited { } question’ is closed to new replies.