İnput

Posted in: Newspaper
Post count: 24

I want to be deleted while the user is writing

Örneğin : Trabzon Gezi Rehberi, Antalya Oteller Delete

https://bit.ly/3126MZW

articles on top

https://prnt.sc/onblrm

Post count: 18283

Hello !

Please use this CSS code: .tdb_search_form .tdb-search-form-placeholder {
display: none;
}

The code must be pasted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 24

You got it wrong

I want to delete when writing

Post count: 20688

Hi,

Sorry for the misunderstanding, so you would like to remove the placeholder when the user begins to type. Currently there isn’t an option for it, I will add this on the list.

Please enter this code in the custom CSS section, it should remove the search placeholder text when focusing the input field

.tdb_search_form input[type=text]:focus + div + div {
display: none;
}

If you have more questions let us know.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.