Site Overlay

WordPress Search button removal hiding

Enter the following code in the Themes>Customize>EK CSS field to remove the search button on your WordPress page

/* remove search button */
.header__search-toggle{
display: none;
}

My theme's search button name is ". header__search-toggle" each theme is different from the name given to the search button Press F12 and hover over your search box to see the name of your search button