How do I remove the search text and cart text. I just want to display the search and cart icons.

How do I remove the search text and cart text. I just want to display the search and cart icons?

https://957edc.myshopify.com/

Follow these steps:

  1. Go to Online Store β†’ Theme β†’ Edit code

  2. Open your base.css file and paste the following code below:

.header__icon-name {
    display: none !important;
}

Follow these steps:

  1. Go to Online Store β†’ Theme β†’ Edit code

  2. Open your base.css file and paste the following code below:

#drawer_heading, .search-modal__heading h4 {
  display: none !important;
}

I am using Monaco theme and only the search text removal worked. How do I remove β€˜cart’ text? thanks

Sadly it did not work :disappointed_face: