-
Author
-
January 20, 2016 at 18:32 #99559Groubee2Participant
Hi
how to change font color on top search box?
I look forward to hear from you 🙂
Best regards
TonnyAttachments:
You must be logged in to view attached files.January 20, 2016 at 20:12 #99589RaduModeratorHi,
With this css
COPY CODE.search-form input::-webkit-input-placeholder { /* Safari, Chrome and Opera */ color: orange !important; } .search-form input :-moz-placeholder { /* Firefox 18- */ color: orange; } .search-form input::-moz-placeholder { /* Firefox 19+ */ color: orange !important; } .search-form input:-ms-input-placeholder { /* IE 10+ */ color: orange !important; } .search-form input::-ms-input-placeholder { /* Edge */ color: orange; } .search-form input:placeholder-shown { /* Standard one last! */ color: orange !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 21, 2016 at 00:49 #99666Groubee2ParticipantHi Radu,
Thanks – I still write with black inside the search box? and the search icon inside the box in the right side is still black, can I change the color?
January 21, 2016 at 13:48 #99739RaduModeratorAdd this css
COPY CODE.search-form input.header-search { color: red !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 22, 2016 at 01:44 #99875Groubee2ParticipantThanks it works!! very nice!
What about the search logo? and the dynamic “loading” animation/icon ? How can I change the color? from black to white?
Best regards
TonnyAttachments:
You must be logged in to view attached files.January 22, 2016 at 16:36 #99978RaduModeratorHi,
Use this css
COPY CODE.second-menu .search-form .header-search-button:before { color: red !important; }
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘General questions’ is closed to new topics and replies.