All FAQs » Codes »
How can I hide the share button?
XANGA THEMES
If you're using the new Xanga Themes system, here are the steps to hide the share button:
1) Sign in, click "edit theme" and then click the "Remix Theme" option:
2) click the "css" option...

and paste in the following "Custom CSS":
.feedback-share {display: none !important;}
3) click "save" and your view counts should disappear!

XANGA "LOOK & FEEL"
If you're using the xanga "look & feel" system, just sign in, click to edit your look & feel, and paste the following code into your "Custom Header" area:
<style type="text/css"> .feedback-share {display: none !important;} </style>
That should do it - the share button should now be hidden. Hope that helps!
|