Title: Urna Theme
Last modified: March 5, 2021

---

# Urna Theme

 *  Resolved [heldersantos](https://wordpress.org/support/users/heldersantos/)
 * (@heldersantos)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/urna-theme/)
 * Is it possible to replace the top search form on urna theme? If so It would be
   a pleasure to do so and get premium.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Furna-theme%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [ILLID](https://wordpress.org/support/users/mihail-barinov/)
 * (@mihail-barinov)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/urna-theme/#post-14149658)
 * Hello,
 * Looks like I found the solution for you. Please use following code snippet
 *     ```
       add_filter( 'aws_js_seamless_selectors', 'aws_js_seamless_selectors' );
       function aws_js_seamless_selectors( $selectors ) {
           $selectors[] = '#tbay-header .searchform';
           return $selectors;
       }
       ```
   
 * You need to add it somewhere outside the plugins folder. For example, inside 
   functions.php file of your theme or use some plugin for adding code snippets.
 * Regards
 *  Thread Starter [heldersantos](https://wordpress.org/support/users/heldersantos/)
 * (@heldersantos)
 * [5 years ago](https://wordpress.org/support/topic/urna-theme/#post-14190900)
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Urna Theme’ is closed to new replies.

 * ![](https://ps.w.org/advanced-woo-search/assets/icon-256x256.png?rev=3303984)
 * [Advanced Woo Search - Product Search for WooCommerce](https://wordpress.org/plugins/advanced-woo-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-woo-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-woo-search/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-woo-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-woo-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-woo-search/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [heldersantos](https://wordpress.org/support/users/heldersantos/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/urna-theme/#post-14190900)
 * Status: resolved