Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Remove placeholder

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240275
    Eva
    Participant

    Hello,
    Kindly could you please help me how to remove placeholder [placeholder=”search…”] on search module for this site Link

    Thank you for your support!

    Eva

    #240277
    Paulie_D
    Member

    Remove the placeholder attribute from the HTML

    
    <input class="uk-search-field" 
    type="search" 
    name="searchword" 
    placeholder="search..." 
    autocomplete="off">
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.