Modify placeholder text

Is there a way I can change the placeholder on search widget?

What theme are you using?

Headwaytheme framework

One thing you could try is find the class of the element you want to change and use the pseudo-element :placeholder on it with display: none.

This article in CSS-Tricks: https://css-tricks.com/almanac/selectors/p/placeholder-shown/ explains a bit about ::placeholder even though it is an article on :placeholder-shown.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.