This handy CSS snippet that can be added to your custom CSS file of Vanilla Forums will hide the Recent Discussions link on the sidebar when you are viewing the Recent Discussions page.
To changes your reddit's name (at the top) to an image. You must include the dimentions you want your image to be. .redditname a{ background:url(IMAGE); height: ??px; width: ??px;}
#header-bottom-left{ height: ??px;}
.redditname a{ text-indent:-9001px; }
#header-img-a, .redditname a, .tabmenu { display: inline; float: left;}
You can remove the secondary menubar before scrolling with this CSS snippet below. This will make the
primary menu bar visible before scrolling, but the secondary bar only
available when scrolled.