Reply To: Categories, custom categories (Series, channel, playlist) show image in search

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Categories, custom categories (Series, channel, playlist) show image in search Reply To: Categories, custom categories (Series, channel, playlist) show image in search

#14368
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi,

It’s because of this theme CSS rule, it makes it invisible with 0 opacity:

.cactus-header-search-form form {visibility: hidden; opacity: 0; position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-color:rgba(38,38,38,1.0);transition: all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;}

Try adding this rule:

.probox .proinput form {
    opacity: 1 !important;
    display: block;
    visibility: visible;
    background: transparent !important;
}
Best,
Ernest Marcinko

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