Remove "Popular tags" , "categories" , "Recent discussions", "Activity" from Sidebars

I'm using Vanilla - 2.1.5
bootstrap-theme-2-3-2

  1. I don't want popular tags , categories, recent discussions etc. in the Right Sidebar of the forum. How can I get rid of them completely. [ See image attached ]

  2. When I login to the forum, until I refresh the page , I'm not shown online. Do i always have to refresh the page once after login ?

Thanks for any help.

Comments

  • You can hide them with CSS:

    .BoxDiscussionFilter,
    .Box.Tags {
        display: none;
    }
    

    The login problem sounds like a js issue, check your browser console for errors, or post a link to your site, so we can investigate.

  • @Bleistivt said:
    You can hide them with CSS:

    .BoxDiscussionFilter,
    .Box.Tags {
        display: none;
    }
    

    The login problem sounds like a js issue, check your browser console for errors, or post a link to your site, so we can investigate.

    I added this in Bootstrap --> design/custom.css
    But they aren't working. Do I need to add them somewhere else.

  • No, that is the right place. Just tried it out myself and it worked.

    Anything special about your site, are you caching CSS files?
    Maybe drop me a link to your site, so I can take a look.

  • @Bleistivt said:
    No, that is the right place. Just tried it out myself and it worked.

    Anything special about your site, are you caching CSS files?
    Maybe drop me a link to your site, so I can take a look.

    This is the link - http://gomilitary.in/Forum/

  • http://gomilitary.in/Forum/themes/bootstrap/design/custom.css

    Your custom.css is empty

    Maybe you added it to a different file?

  • Thank you. It worked, the tags are removed.

Sign In or Register to comment.