Suggested Keywords Color Customization

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Suggested Keywords Color Customization

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 8 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7085
    jgdholdings
    jgdholdings
    Participant

    Wow, this is one awesome plugin.

    I’m having 2 issues:

    The “Try these:” keywords aren’t changing color (I specified a blue). What can I do?

    I have the plugin set to push content down. It’s not doing this. This is important so that I don’t overlap Adsense ads, which is against their TOS.

    Thanks,

    Jon

    #7091
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    The keyword coloring is a known issue with the current release, fix coming soon. Until then, you can use these custom CSS codes to fix that:

    For the text color:

    p.asp-try {
        color: #000000 !important;
    }

    and for the keywords colors:

    p.asp-try a {
        color: #FF0000 !important;
    }

    Just replace #000000 and #FF0000 with the desired color codes or color name.

    The results content is pushing down on my screen. Maybe it was just a caching issue.

    Best,
    Ernest Marcinko

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


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

You must be logged in to reply to this topic.