- May 18, 2015
- 1,281
- 185
- 2,487
BassMan submitted a new resource:
Hide forum title only on forum list - ... with CSS
Read more about this resource...
Hide forum title only on forum list - ... with CSS
To 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; } } /**********/
To 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"] { .p-title-value { display: none...
Read more about this resource...