Why is the search box in my Dawn theme footer not functioning?

Hi all,

I have a search section on my footer but if you enter a query it goes to a blank page. My header footer is working. I checked navigation and it’s linked to ‘Search’ but I am wondering if I missing something here? It’s www.daliabotanique.co.uk. Thank you in advance :slightly_smiling_face:

Hello @DaliaHawley

Go to ‘Assets > base.css’ and paste the give code at the bottom of the file.

.template-search__header {
display: block !important;
}

Thank you so much!