Forums
Home / Fixing WordPress / search box color
(@rvblog)
20 years, 1 month ago
How do you change the color inside the search box ?
(@kafkaesqui)
If you haven’t change the id for your search form’s input, in your css:
#s { background-color: #ffffff; background-color: #000000; }
(@podz)
Also covered here: https://www.tamba2.org.uk/wordpress/graphicalcss/
You sure know your way around the coding Kaf and Podz
Thanks again
(@cynthiablue)
19 years, 5 months ago
This does not work for me. ??