The share link
May. 13th, 2011 04:05 pmDoes anyone know of a more elegant solution to removing the "share" link at the bottom of public entries or in the case of journals like mine that use them the little + icon than:
.b-sharethis-head{
display: none;
}
.b-sharethis-services SPAN {
display: none;
}
I have tried several other methods that I thought should work. They didn't and of course most of the other solutions floating around only remove the visibility for me (or you if you are using them) the link is still perfectly visible and functional for everyone else.
Also for anyone that is not pleased with the new "share" link in the nav bar.
.w-cs-menu LI.w-cs-i-share{
display: none;
}
Drop that in your custom CSS and it should be gone from your journal for everyone.
Oh and hi!!! *waves* Still alive just busy. Really busy :(
.b-sharethis-head{
display: none;
}
.b-sharethis-services SPAN {
display: none;
}
I have tried several other methods that I thought should work. They didn't and of course most of the other solutions floating around only remove the visibility for me (or you if you are using them) the link is still perfectly visible and functional for everyone else.
Also for anyone that is not pleased with the new "share" link in the nav bar.
.w-cs-menu LI.w-cs-i-share{
display: none;
}
Drop that in your custom CSS and it should be gone from your journal for everyone.
Oh and hi!!! *waves* Still alive just busy. Really busy :(