Popular Search footerheaderlogocoloricon
Second way, You can use this custom CSS code to hide the cart icon.
Add the css given below to ( Appearance > Customize > Additional CSS ) field.
.page-header .header-cart {
display: none;
}
Powered by BetterDocs