Posted on 23:25:00by Guest Contributor with No comments
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.
Posted on 08:49:00by Guest Contributor with 1 comment
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;}
Posted on 11:11:00by Guest Contributor with No comments
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.