How to remove cart and search icons from Refresh theme header?

I have the Refresh theme and I want to take off the cart icon and the search icon off my header. The site is mainly for viewing items rather than buying. So at present I do not need the cart or the search option icons. Your assistance is appreciated

Hey @PapamoaR
Kindly share your store URL and password if enabled

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.

Hello @PapamoaR ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

Hi @PapamoaR

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css or Theme.css

.header__icons .header__icon--cart,.header__search {
 display: none !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Thank you. Worked well

Hi @PapamoaR ,

I am so glad that my solution can help.