By zhihuazhou on Wednesday, 02 November 2016
Posted in Technical Issues
Likes 0
Views 177
Votes 0
Please see http://nru.org/community. How to change the color of the text "search" in the search form? Please advice me. Thank you.

PS. I didn't install easysocial on oaso.org. I input it by mistake. I only install easysocial on nru.org. So please help me on this domain. Thank you.
Perhaps you can try to add this for other browsers. They are for Chrome, IE, and MS Edge respectively.

#es input.es-navbar__search-input::-webkit-input-placeholder {
color: green !important;
}

#es input.es-navbar__search-input:-ms-input-placeholder {
color: green !important;
}

#es input.es-navbar__search-input::-ms-input-placeholder {
color: green !important;
}
·
Thursday, 03 November 2016 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,
Do you mean the background color of the search bar?
http://take.ms/FSbkf
If yes, you can use the css codes below to perform custom css override:

#es .es-navbar__search-input {
background-color: rgba(225, 225, 225, 1);


Would you like to change your licensed domain to http://nru.org ? If yes, we can assist you with it so you will be able to request support for this domain. Once we have provided support on the licensed domain, you would not be able to switch it until the subscription term is over.
·
Wednesday, 02 November 2016 15:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond, Thank you very much for your support. I want to change the color of the text "search" in the search bar. Please help.

Yes, I need change my licensed domain to http://nru.org. I really appreciate your kind support..
·
Wednesday, 02 November 2016 17:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi zhihuazhou,
We have already helped you changed EasySocial's licensed domain.
For the default search bar 'Search' font color, can you try to use the custom css code below and see if it works?

#es input.es-navbar__search-input::-moz-placeholder {
color: green !important;
}

Apply the code at JoomlaFolder/templates/ja_intranet/html/com_easysocial/css/custom.css .
Hope this helps.
·
Wednesday, 02 November 2016 19:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you. It works in Firefox, not in Chrome and IE.
·
Thursday, 03 November 2016 00:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Great, thank you so much. Your codes work perfectly.
·
Thursday, 03 November 2016 11:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey zhihuazhou,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Thursday, 03 November 2016 11:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post