This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Color of keywords is not changing

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Color of keywords is not changing

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #6929
    shahroozshahrooz
    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 MarcinkoErnest 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.

    #6933
    shahroozshahrooz
    Participant

    Hi,

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

    Thanks,

    #6934
    Ernest MarcinkoErnest 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:

    [html]p.asp-try a {
    color: rgb(30, 217, 184) !important;
    }[/html]

    It should display correctly now.

    #6935
    shahroozshahrooz
    Participant

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

    #6936
    Ernest MarcinkoErnest 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 🙂

    #6937
    shahroozshahrooz
    Participant

    Sure.. Thanks,

    #6938
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you very much.

    #6939
    shahroozshahrooz
    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 MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Sure! Open the search instance settings, go to the Theme Options -> Custom CSS panel, it should be there: http://i.imgur.com/vC1avcb.png

    #6946
    shahroozshahrooz
    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.