Hi community!
I am looking to remove the search icon header Woodstock theme, hope anyone has a solution!
Password: bahgli
Let me know if you need anything from me! Thanks a million for the help in advance.
Hi community!
I am looking to remove the search icon header Woodstock theme, hope anyone has a solution!
Password: bahgli
Let me know if you need anything from me! Thanks a million for the help in advance.
Hi @Onlinetrap ,
You can follow these steps:
- Find file critical-base.css and paste code below to end of file => Save
.header__icons .header__search {
display: none !important;
}
Hope this help you!