• Resolved phwayne

    (@phwayne)


    Hello – great plugin.
    Having an issue where I can’t seem to remove an underline that appears under each social icon.
    I tried the follow CSS edits:
    .socialmedia-buttons a {
    text-decoration: none !important;
    }
    .socialmedia-buttons img {
    border: 0 none !important;
    }

    Site is under development:
    https://flatironsdev.wpengine.com/
    Login for browser gateway (OK if this is public. This is NOT admin):
    L: demo
    P: flatiron

Viewing 1 replies (of 1 total)
  • Thread Starter phwayne

    (@phwayne)

    FOUND SOLUTION:

    Key is to define the class as an inline-block:

    /* removes underline from icons buttons */
    .socialmedia-buttons a {
    display: inline-block;
    border:none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Underline appears under each icon’ is closed to new replies.