Removing Cart Total Display from Main Screen
-
I want to remove the total price display next to the cart icon on the main screen so it’s not visible. How can i remove? please check the enclosed file for better understanding.
Attachments:
You must be
logged in to view attached files.
Hi tradeadaptkorea,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-header-cart .wd-tools-text {
display: none;
}
Regards,
I applied the CSS code but still not working . Please check the enclosed file.
Attachments:
You must be
logged in to view attached files.
Hi tradeadaptkorea,
It looked well on my end, please purge cache and check again.
Regards,