Additionally, the plugin added icons next to the woocommerce icons. I would like to only have one set of icons.
Is that possible?https://drive.google.com/file/d/14yaDvKLv8RqM6I27BRvjihYfUMfvxEk4/view?usp=drivesdk
if you are talking about dashboard icons , option is provided in backend to disable it https://prnt.sc/4G-PMR1_QHTr
you can disable plugin icon completely with css
ul.wcmamtx_vertical i.fa {
display: none !important;
}
Thank you.
The CSS code worked.
However, I do not want to disable the WooCommerce Native Icons.
Your plugin added another set (duplicate icons) and I wanted to remove your icons.
Is that possible?