Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1084333

    Hi team!

    How do I get rid of the underline on the social icons within a standard text box? I have some additional Quick CSS applied to the site that underlines text for all links, but can’t seem to find something that’ll override it. That Quick CSS is:

    #main a {
    text-decoration: underline;
    }
    #main .sidebar a,
    #footer a,
    #socket a {
    text-decoration: underline;
    }

    Thanks in advance!

    #1084392

    Hey kellyCraftMedia,

    Add this to quick css:

    .av_textblock_section  a.av-icon-char{
    text-decoration:none!important;
    }

    Best regards,
    Jordan Shannon

    #1084424

    Brilliant – thank you!

    #1084446

    Hi,

    No problem, I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Underlined links on social icons in text block’ is closed to new replies.