X to Pro Question

Hi, so I inherited this site that used X and upgraded to Pro, the plan is to rebuild the site, so I am free to change the stack and etc.

However, there’s this Search form that persisted and I’m not sure how to get rid of it.

Hello Omar,

Thanks for writing in! It seems that a Search Overlay is displaying. It may have been added in the footer or in your child theme. Please provide the site URL and/or WP access so that we can make sure that we will give you the right advise to remove or redesign it.

Best Regards.

Thanks @ruenel, the odd thing there’s no child theme and I’ve checked the footer, even if I set no footer it still appears.

Just in case, for the landing page an coming soon page, I’ve added the following CSS to temporarily hide it

.x-searchform-overlay {
  display: none;
}

Thank you for the info.

We haven’t figured out where this search overlay is being added from. Have you tried disabling the plugins temporarily? It might be coming from a snippet, a template, or a custom script.

We temporarily enabled the Dev Toolkit and disabled the x_header_search_enable parameter, which removed the search overlay. Please make sure to purge the cache before checking the page.