Color of keywords is not changing

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 shahrooz 8 years, 9 months ago.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #6929
    shahrooz
    shahrooz
    Participant

    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,

    #6930
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    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 :)


    #6933
    shahrooz
    shahrooz
    Participant

    Hi,

    Thanks for prompt reply.. You have access to the website and the search is on the homepage.

    Thanks,

    #6934
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    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 :)


    #6935
    shahrooz
    shahrooz
    Participant

    Great support… Thanks a lot Ernest.
    BTW, this plugin is one of my top5 favorite on WP.

    #6936
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Thank 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 :)


    #6937
    shahrooz
    shahrooz
    Participant

    Sure.. Thanks,

    #6938
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Thank you very much.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #6939
    shahrooz
    shahrooz
    Participant

    Hi 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,

    #6945
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    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 :)


    #6946
    shahrooz
    shahrooz
    Participant

    Oh! 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…

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.