BassMan
Well-known member
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:Check Free and Premium cXF DIY Customizations on customizexf.com
CSS:/*** Hide forum title on forum list ***/ [data-template="forum_list"] { .p-title-value { display: none; } .p-title { float: right; } } /**********/
Result:
View attachment 169674
To float the New posts and Post thread...
Read more about this resource...