Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Color of keywords is not changing
- This topic has 10 replies, 2 voices, and was last updated 10 years, 6 months ago by
shahrooz.
-
AuthorPosts
-
December 7, 2015 at 2:00 pm #6929
shahrooz
ParticipantHi 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 #6930Ernest Marcinko
KeymasterHi!
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.
December 7, 2015 at 3:35 pm #6933shahrooz
ParticipantHi,
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 #6934Ernest Marcinko
KeymasterHi!
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:
[html]p.asp-try a {
color: rgb(30, 217, 184) !important;
}[/html]It should display correctly now.
December 7, 2015 at 3:48 pm #6935shahrooz
ParticipantGreat support… Thanks a lot Ernest.
BTW, this plugin is one of my top5 favorite on WP.December 7, 2015 at 3:58 pm #6936Ernest Marcinko
KeymasterThank 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 🙂
December 7, 2015 at 4:41 pm #6937shahrooz
ParticipantSure.. Thanks,
December 7, 2015 at 4:42 pm #6938Ernest Marcinko
KeymasterThank you very much.
December 7, 2015 at 6:17 pm #6939shahrooz
ParticipantHi 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 #6945Ernest Marcinko
KeymasterHi!
Sure! Open the search instance settings, go to the Theme Options -> Custom CSS panel, it should be there: http://i.imgur.com/vC1avcb.png
December 8, 2015 at 9:23 am #6946shahrooz
ParticipantOh! 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.