Share Link on Topics Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Share Link on Topics

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Share Link on Topics

    Post by runawayhorses April 21st 2012, 4:44 pm

    Is there a way to turn that "Share" link that is on every topic into a button instead of a text link?

    Here's a screenshot:

    Share Link on Topics Share


    Last edited by runawayhorses on April 22nd 2012, 3:39 am; edited 1 time in total
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Share Link on Topics

    Post by runawayhorses April 22nd 2012, 2:28 am

    Well I was able to find the code to add a button that I wanted, so here is the code for anyone that may want to do this too. This replaces that SHARE text link that no one sees. Smile

    This should be archived someplace people have asked about this already.

    Code:
        .addthis_button {
            background: url("URL OF ICON GOES HERE") no-repeat scroll center center transparent;
            margin-left: -10px;
            margin-top: 47px;
            padding: 2px 28px 25px;
            position: absolute;
            color: transparent!important;
        }