Hi all
Sorry for my english
I use PrestaShop 1.7.6.9 (cassic theme) and want to hide category block whith picture and description text in categorys and subcategorys (please see screenshot).
Is it correct to use this code in custom.css file?
/* Hide Category Block */ .block-category { display:none!important; }