• Resolved heldersantos

    (@heldersantos)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    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

    (@heldersantos)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Urna Theme’ is closed to new replies.