How do I remove the search text and cart text. I just want to display the search and cart icons?
Follow these steps:
-
Go to Online Store β Theme β Edit code
-
Open your base.css file and paste the following code below:
.header__icon-name {
display: none !important;
}
Follow these steps:
-
Go to Online Store β Theme β Edit code
-
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 ![]()