Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rjburgess99

    (@rjburgess99)

    I meant ‘line’ and not ‘link’ in two places above …..!

    If you dont want bold ‘Share this’ text, you can try in your style.css

    div.sharedaddy h3.sd-title {
        font-weight: normal;
    }

    To remove top bar over ‘Share this’ label, try this

    div.sharedaddy h3.sd-title:before {
        border-top: none;
    }

    If you want to completely remove it, then try

    div.sharedaddy h3.sd-title {
        display: none;
    }
    Thread Starter rjburgess99

    (@rjburgess99)

    Thanks Rajesh, you’re a star – the ‘removal’ code works perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove 'Share this:' text or remove bolding?’ is closed to new replies.