Reply To: Hiding one widget but not another

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Hiding one widget but not another Reply To: Hiding one widget but not another

#12489
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi,

The problem with that custom CSS you pasted is that it will hide all froms on every page. It needs a bit tweaking to hide the header on the front-page, but not on the other ones:

.page-id-14159 .asp-try-8, .page-id-14159 .wpdreams_asp_sc-8 {
    display: none !important;
}

This will hide the header search instance on the front page only.

Best,
Ernest Marcinko

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