Hi,
I have the course search box on the home page at - www.bomisso.com
I'm trying to find a way top give the input box the following properties
White Background Colour
Black Text
Choice of words in the search box.
Can you let me know where I need to look to make these changes
I have tried this with no result :
css in wp-admin->appearance->customize->custom css:
.home.home-page div.column_content form.left>input#s {
background-color: #fff;
color: #000;
}
Please, I need your help
Please use this custom css:
.home.home-page div.column_content form.left input#s {
background-color: #fff;
color: #000;
}
You cannot change the text inside the box, but you can translate it (if you want in english also)
Please use this tip to translate:
https://wplms.io/support/knowledge-base/translate-using-codestyling-localization-plugin/
You can find the text "type keywords" in vibe shortcode.