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 ( Read more... )

*tutorial

Leave a comment

Comments 20

nyxmidnight June 18 2010, 21:20:21 UTC
YES! THANK YOU!

Reply


(The comment has been removed)

daemon August 9 2010, 15:15:35 UTC
I peeked at your code and for some reason, you have a[stlink*="home"] instead of st_page? Replace it with what I have up there and it should work.

Reply

(The comment has been removed)

daemon August 9 2010, 16:10:17 UTC
It's probably a browser issue, then -- I just looked at your journal and it doesn't show up for me.

Reply


el_son August 11 2010, 22:32:17 UTC
don't work for me :/

Reply

daemon August 11 2010, 22:33:58 UTC
This fix only applies to Smooth Sailing layouts; a different snippet is needed for Minimalism. (I'm assuming this is the layout that it won't work for, that is) I'll update the post with it later.

Reply

el_son August 11 2010, 23:02:23 UTC
i've changed to one of your layouts :) it's great but i wanted to ask 2 things.

1st: bigger font in entries
2nd: (not so important but still) how can i make it wider? perhaps even dynamically?

Reply


saifai September 2 2010, 20:16:37 UTC
Thanks for this code! I hope you don't mind (and let me know if you do), but I linked to it in one of my entries which references changing the share ticky boxes in the comment box.

Reply

saifai September 2 2010, 20:20:50 UTC
BTW, I've got a Bloggish layout and it worked great for me. :)

Reply

daemon September 2 2010, 20:33:57 UTC
Thanks for letting me know! I added that to the entry. :)

Reply


catwench September 2 2010, 21:01:22 UTC
A million thank you's to you and saifai! That stupid "Share This" was bugging me to no end!

P.S. I'm using Smooth Sailing, works for me!

Reply


Leave a comment

Up