Heisenberg submitted a new resource:
You must be registered for see links
- ... with CSSTo hide forum title only on forum list you can add this code to your extra.less template:
CSS:/*** Hide forum title on forum list ***/ [data-template="forum_list"] { .p-title-value { display: none; } .p-title { float: right; } } /**********/
Result:
You must be registered for see images attachTo float the New posts and Post thread buttons to the left add this code:
CSS:/*** Hide forum title on forum list ***/ [data-template="forum_list"]...
You must be registered for see links
