Recent searches
No recent searches
How to update the color of the placeholder text in search box
Answered
Posted Jul 28, 2021
Hi
I am looking for help to update the placeholder color of my search box.
Any help is appreciated
Thanks in advance
1
8
Recent searches
No recent searches
Posted Jul 28, 2021
Hi
I am looking for help to update the placeholder color of my search box.
Any help is appreciated
Thanks in advance
1
8 comments
Pulkit Pandey
Hi Ronit
Please add the below code at the bottom of your style.css file
Let me know if it solves your issue
Thanks
Pulkit
0
Ronit
Thanks ☺️ pulkit
It works, I have few more questions can you help me on this
0
Pulkit Pandey
Hey Ronit,
Yes you can ask your questions I am happy to help you
0
Ronit
I want to update the text size of the placeholder
0
Pulkit Pandey
Hi Ronit
Please placed the below code at the bottom of your style.css
search-full ::placeholder {
color:red;
font-size: 18px; // you can update the value of your choice
}
Thanks
0
Mohd Alam Ansari
Do I know to way to change shape of search bar.
0
Ifra Saqlain
Add the below CSS code to your style.css file at the end of all code:
If you add little bit of border-radius then increase the number in border-radius CSS property, see how I'm doing
Increase more:
So you can increase the border-radius number.
Thanks
0
Mohd Alam Ansari
Working. It will look fine with blue border, how can I add??
0