tutorial: remove the "share this" link

Jun 17, 2010 09:52

If you don't like the Share This link, or if it's just messing up your layout (ie: Spin the Record), here's how to remove it with one little code snippet:

a[st_page*="home"] {display:none;}

a[st_page*="home"] {display:none;}

Voila!

Bear in mind that this will create extra padded space where the removed link used to be, unless you went in and altered the padding attribute yourself. See the second part of my linkbar tutorial for more information.

Layouts This Works With: Smooth Sailing, Bloggish, Flexible Squares, Opal

Note: I've only tested this on Smooth Sailing layouts, as I'm not sure if this link even shows up on other styles. From what I've seen it doesn't, but let me know if you see otherwise. (thanks, saifai!)

*tutorial

Previous post Next post
Up