How to remove "Just another Vanilla Forum" text?

XrnwXrnw New
edited July 2012 in Vanilla 2.0 - 2.8

Hi;

Is there any way to remove "Just another Vanilla Forum" from the top right of the site?

Comments

  • @Xrnw - use Firebug to find if it has a css rule attached. If it does, set it to display: none.

    Otherwise, use Grep or AgentRansack to search the plugin folder for that text string to see what file it is being called form.

  • You can remove it from the default.master.tpl file in your theme folder.

    themes/VanillaPress2010/views/

Sign In or Register to comment.