Magento2: how to remove the mini cart icon from the menu
using layout xml file we can remove the mini cart icon from the menu in magento2
here is code
<referenceBlock name="minicart" remove="true" />
use this is any default.xml file to remove in all pages.
here is code
<referenceBlock name="minicart" remove="true" />
use this is any default.xml file to remove in all pages.
2 Comments:
how to change shopping cart icon on magento 2.0
Thanks this has been most helpful. I am also interested in referecing out the compare function in catalog list and product pages. Do you know the reference name for this?
Post a Comment
Subscribe to Post Comments [Atom]
<< Home