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

    Underline links witthout icons
    I ry tothis code:

    a {
    text-decoration: underline; }
    .av_font_icon a {
      text-decoration: none!important;
    }

    but it also underlined social icons above main menu:

    how to get rid of this underlining?
    Thanks

    #423085

    Hi denis-lvov!

    Please add following code to Quick CSS

    #top .social_bookmarks li a {
      text-decoration: none!important;
    }

    Regards,
    Yigit

    #423097

    Grait thanks, Yigit!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Underline links witthout icons’ is closed to new replies.