You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Hide TagCloud from Interestspanel

This will hide the tagcloud (interest words) from the interests panel. This code can be placed anywhere.

Source code

1
2
3
<style type="text/css">
#customer_tags_area, .imvucodes_net { display:none !important; }
</style>

Rate this thread