How to remove the crosspost option from your display!

Sep 01, 2010 23:45

I found this info in the comments section of one of my friend's posts:

Note that it's curly braces around the display:none, and not parentheses.

To get rid of the twitter/facebook repost links in your journal entry comments do the following:

1. Go to your "Journal" menu, and select "Journal Style"
2. To the right, you'll see what theme you're using, with a link stating "Customize Your Theme". Click that link.
3. Scroll down a little ways, and you'll see that on the left side of your screen, you have multiple options to modify your theme. Click on the "Custom CSS" link, and it should load the options for doing Custom CSS.
4. From here, all you have to do is go to the "Custom Stylesheet", and put in that line.

.b-repost-item {display:none}

Once that's in there, you want to save the changes, and you should be done. Leave everything else as it is (unless you want to remove more things!).

~~~~~
Have at!!
Previous post Next post
Up