How can I remove the title “search” above the search bar and reduce the empty space once its gone?
https://swifftdelivery.myshopify.com/collections/uc-davis-drinks
Password swifft2022
How can I remove the title “search” above the search bar and reduce the empty space once its gone?
https://swifftdelivery.myshopify.com/collections/uc-davis-drinks
Password swifft2022
You can do that by adding this CSS code at the bottom of your base.css file
.template-search__header h1 { display: none !important; }
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
Hi,
I tried this and it did not work. Is there something else I need to do?
@jhghidossi , try this instead:
.template-search__header > h1{
display: none !important;
}
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego