HotRodCarts Well-known member Licensed customer 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 Licensed customer Feb 13, 2019 #2 Should work for just hiding. Code: .block--category .block-desc { display: none; } Upvote 0 Downvote
HotRodCarts Well-known member Licensed customer Feb 13, 2019 #3 That did the trick. Thank you. Upvote 0 Downvote