HotRodCarts Well-known member Feb 12, 2019 #1 Is there something I can add to extra.less to hide Category descriptions on all devices? Or is it possible to make the Category description a tool tip like the Forum/Node descriptions?
Is there something I can add to extra.less to hide Category descriptions on all devices? Or is it possible to make the Category description a tool tip like the Forum/Node descriptions?
Jordyn Well-known member Feb 13, 2019 #2 Should work for just hiding. Code: .block--category .block-desc { display: none; } Upvote 0 Downvote