-
Author
-
June 3, 2018 at 19:16 #199773gm713Participant
How do I change the label/text color of the default search field “Start typing to search…” (see attached)
Attachments:
You must be logged in to view attached files.June 3, 2018 at 19:27 #199776Kieran_SQModeratorHi,
You can use the below custom CSS to target that element.
COPY CODE#ajax_search_container input{ background:#f9f9f9; color:#313131; border:solid 2px #383838; }
Change the color values to suit your needs. If you do not wish to customize the border simply remove that line in it’s entirety.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
June 4, 2018 at 06:37 #199840gm713ParticipantThanks, unfortunately that doesn’t change the color of the default label “Start typing to search…”
June 4, 2018 at 18:24 #199882Kieran_SQModeratorHi,
My apologies, I should have added the placeholder CSS. Please try the below CSS
COPY CODE#ajax_search_container input::placeholder { color:#ff2f00; }
Change the # value to suit your needs and clear your caches to see the changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.