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

© 2024 Arif Akyüz. Tüm Hakları Saklıdır. Gizlilik politikası
Yasal Uyarı: Bu sitede yer alan makaleler bilgi amaçlıdır ve hatalar içerebilir. Site sahibi, bu bilgilerin kullanımı sonucunda oluşabilecek zararlardan sorumlu tutulamaz.