How to remove Search and Account Log In Icon in header on Sense Theme

Hello, does anyone know how to remove the Search and Person Login Icons from the header section? I only want to have the Cart Icon (which I want to change to the “cart” and not the “bag”) and store logo. I am using the Sense Theme and cant find where and how to do this. Thank you

@Healthhomesolut hello

Can you share the store URL? thanks

Healthandhomesolutions.net

@Healthhomesolut try this css in base.css

details-modal.header__search, .header__icon–account {
display: none !important;
}

should I put it at bottom?

Yes bottom of the file

Thank you! Do you know if I can change the cart icon to a cart instead of bag?

@Healthhomesolut go to snippets > icon-cart.liquid and paste new SVG cart icon code

This one is sample one taken from a site https://www.iconpacks.net/free-icon/shopping-cart-1985.html just copy svg code and paste there and save

Created with Fabric.js 1.7.22

do i copy all of what u replied with and replace the current svg with it?

yes Copy the code and paste there this will update the bag to cart icon that you see here https://www.iconpacks.net/free-icon/shopping-cart-1985.html

It didnt seem to work

Can you paste the code from icon-cart.liquid?

This is what i pasted:

Created with Fabric.js 1.7.22

Cant see the store its locked

sorry try now please

old code still there did you save the file?

yes

This should work

does it possibly not work in Chrome?

It should work but there might be more editing needed no idea.