Hello, How can I hidden the title for manufacturers when I create a manufacturer list from vm module. Thanks.
chiowai Hi Can you share the URL of page here, i will inspect element and check the possible solution for you.
Regards
ok, added the site info, thanks.
chiowai Hi Add this code in custom.css file
.view-manufacturer.itemid-762 .spacer h2 {display:none!important;}
it work, thanks.