If you want to remove the search icon in the header, you can follow steps below.
Solution
Step 1
Go to file Assets > base.css
Step 2
Add the following code at the bottom of the file
.header__icon--search {
display: none;
}
If you want to remove the search icon in the header, you can follow steps below.
Go to file Assets > base.css
Add the following code at the bottom of the file
.header__icon--search {
display: none;
}