Home › Forums › WoodMart support forum › Clear search placeholder on click › Reply To: Clear search placeholder on click
June 16, 2020 at 9:29 am
#203884
Aizaz Imtiaz Awan
Keymaster
Hello,
Please copy and paste the below given CSS code to Theme Settings >> Custom CSS and check your site after removing the browser cache.
.search-style-with-bg.searchform input[type=text]:focus::placeholder {
color: transparent !important;
}
Best Regards.