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

Reply To: WP Default Search Not Getting Replaced.

Home Forums Product Support Forums Ajax Search Pro for WordPress Support WP Default Search Not Getting Replaced. Reply To: WP Default Search Not Getting Replaced.

#31343
Ernest MarcinkoErnest Marcinko
Keymaster

The shortcode seems to be printed 2 times by the theme in the header. Try this custom CSS to make the first one invisible on mobile screens:

@media (max-width: 768px) {
    .asp_m_2_1 {
        display: none !important;
    }
}