Disable astra_get_search_form from generating in header
-
I have a website with an Astra child theme.
Astra is generating a search form in my header.
The form is generated 4x by Astra, and as the method=”get”.I don’t use this form, and there is nothing in the header custom that ask it to be generated…
I am not able to figure out how to stop astra_get_search_form to generate on the header, in a PHP way.
I was able to remove from html, using jquery:
/* REMOVE form get */ $(".ast-search-box.header-cover").remove();
But I would prefer to remove using php, directly at the source.
Thanks in advance for your help.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.