Quote:
Originally Posted by Reece^B
Thanks Lynne, it works!
Would you happen to know if I can remove the 'Threads / Posts Last Post' from the top bar of the category name?
Also what CSS would I need to use to make that look like the main site. pitbikeclub.co.uk
Thanks again
|
Just add something like #cat51 .forumthreadpost {display: none;} for the stuff you don't want (do similar for Last Post).
As for formating the blocks, you'll just have to trial and error the CSS for that. firebug is a great tool for that because you can add it right there and see if it works.