Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #293824

    blkitty13
    Participant

    Hi there!

    Can you tell me how to remove the line that appears beneath my social icons when hovering? I only want to remove the underline for the icons, but I’d like to leave the remaining links in the site as is. Thanks!

    See footer for example:

    http://63.135.124.94/resources/

    #294423

    Thai
    Moderator

    Hi There,
    Thanks for writing in!
    Try adding following CSS under Appearance > Customize > Custom > CSS:

    #black-studio-tinymce-2 a,
    .x-colophon.bottom .x-social-global a {
    	text-decoration: none;
    }

    Hope it helps.

    #304221

    blkitty13
    Participant

    Perfect! Thank you for the excellent support!

    #304554

    Thai
    Moderator

    You’re most welcome.
    If you need anything else, please let us know 🙂