Posted July 4Jul 4 In IC5 is there a way to hide the subforums displayed under a category (such as shown in the photos). I use the grid layout and on the desktop view, if one category has a lot and the ones in the same row have none it makes the layout very uneven.
July 4Jul 4 Community Expert Could be possible with CSS, but I would need to see a site with sub-forums to investigate it.
July 4Jul 4 Community Expert Solution the below works for my grid forum index page - may work for you.ipsData--forum-grid li.ipsData__item.ipsData__item--forum .ipsSubList__item{display: none;}
July 4Jul 4 Author 37 minutes ago, sound said:the below works for my grid forum index page - may work for you.ipsData--forum-grid li.ipsData__item.ipsData__item--forum .ipsSubList__item{display: none;}That worked! Thank you so much!