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
December 16, 2019 at 2:33 pm
#25043
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;
}