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

Reply To: Display settings only when settings shortcode is present

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Display settings only when settings shortcode is present Reply To: Display settings only when settings shortcode is present

#25043
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Based on your design, I think custom CSS would be the easiest solution. The search is within a distinctive container from the theme, so using this should do the trick:

.product-extra-search .asp_sb {
   display: none !important;
}