Home Forums WoodMart support forum Clear search placeholder on click Reply To: Clear search placeholder on click

#203884

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.