Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search Input Font Colour not changing
This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko 2 years, 9 months ago.
- AuthorPosts
- August 5, 2020 at 7:27 am #28811
Hi,
I won’t be able to share website or FTP login details. But I don’t think it’s needed.
I’ve changed the search bar text colour on the plugin, but it remains the same on the front end. When I review the source code, the font colour’s HTML code is correct, but it still displays in the default grey. See page:
https://www.adams.africa/firm-overview/our-team-list/I’ve attached a screenshot with the colour selected for your reference.
Could you please have a look why this is happening?
Thank you in advance.
Marcelle
August 5, 2020 at 9:23 am #28817Hi Marcelle,
The screenshot didn’t go through I’m afraid, currently I am seeing the following input color: https://i.imgur.com/WaKS5ph.png
Best,
Is that different from what is set on the back-end?
Can you add back-end access so I can cross check? Thank you!
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 5, 2020 at 1:55 pm #28819Hi Ernest!
Ok, thank you! Now I know that I’m looking at the wrong text setting.
I want to have a better contrast between the placeholder text (Search for the relevant professionals…) and the search bar background.
Where / how can I change that?
August 5, 2020 at 2:49 pm #28820The color should be the same as the input color, with a lower opacity.
In this case I am seeing a global placeholder CSS rule, that overrides the color of that. Use this custom CSS to change the color of the placeholder please:
input.orig::placeholder { color: rgb(55,55,55) !important; }
That should do the trick.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 5, 2020 at 3:57 pm #28821Fantastic! Thank you so much for the quick response and the css that I can add 🙂
August 6, 2020 at 8:39 am #28822You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.