document.addEventListener('DOMContentLoaded', function () {
const input = document.querySelector('.wd-search-form input[type="search"]');
if (input) {
input.placeholder = 'Search 500+ website templates...';
}
const select = document.querySelector('.wd-search-form select');
if (select && select.options.length) {
select.options[0].text = 'All Categories';
}
});
Property Showcase Website