Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Color of keywords is not changing
This topic contains 10 replies, has 2 voices, and was last updated by shahrooz 8 years, 9 months ago.
- AuthorPosts
- December 7, 2015 at 2:00 pm #6929
Hi Support,
I’ve changed the color of keywords for “Try These” and it worked only for one time. The color can be changed on backend but it doesn’t show up on the frontend. e.g. in backend is set on green but on website is orange!
Please advice.
Thanks,
December 7, 2015 at 2:44 pm #6930Hi!
The theme might be overriding the color attributes of the links. Can you please link me to a page where the search is visible?
Then I might be able to suggest a custom CSS rule to change the color.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 7, 2015 at 3:35 pm #6933Hi,
Thanks for prompt reply.. You have access to the website and the search is on the homepage.
Thanks,
December 7, 2015 at 3:43 pm #6934Hi!
Thanks, I didn’t notice, sorry about that.
Seems like either the theme or othe custom CSS is overriding the color. I’ve added the following custom CSS code to the Theme options -> Custom CSS panel to fix it:
p.asp-try a { color: rgb(30, 217, 184) !important; }
It should display correctly now.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 7, 2015 at 3:48 pm #6935Great support… Thanks a lot Ernest.
BTW, this plugin is one of my top5 favorite on WP.December 7, 2015 at 3:58 pm #6936Thank you for your kind words, and you are welcome, I’m glad I could help 🙂
If you want, you can leave a rating on it on your codecanyon downloads page, it’s greatly appreciated 🙂
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 7, 2015 at 4:41 pm #6937Sure.. Thanks,
December 7, 2015 at 4:42 pm #6938Thank you very much.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 7, 2015 at 6:17 pm #6939Hi again,
I think its a dumb question Ernest but the code you’ve added to the quick/custom css is not there! the color is changed and inspecting element shows it comes directly from plugin/index page. I’ve added the css to Quick CSS in theme option but the one you’ve added is overriding it.
Would you tell me where exactly you put the css?
Thanks,
December 8, 2015 at 9:19 am #6945Hi!
Sure! Open the search instance settings, go to the Theme Options -> Custom CSS panel, it should be there: https://i.imgur.com/vC1avcb.png
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 8, 2015 at 9:23 am #6946Oh! Thanks, just found it.. I looked for it everywhere in the theme as I thought Theme Options means the WP theme not the plugin!!
Thanks again…
- AuthorPosts
You must be logged in to reply to this topic.