• I’m trying to edit/translate the search button at the top and the hero section of the website, but apparently there’s already one button there that I can’t seem to find how to take that one off and replace with the one I want that’s properly translated

    There’s a category in “Portuguese” language that has 2 search buttons because I can’t take one off

    https://local.vizuh.com/

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Hugo Carvalho

    (@hugoc)

    <?php
    /* banner-php */

    ?>

    <div class=”search-widget”>
    <form role=”search” method=”get” action=”<?php echo esc_url(home_url( ‘/’ ) ); ?>” class=”fl-wrap”>
    <input name=”s” type=”text” class=”search” placeholder=”<?php echo esc_attr_x( ‘Search…’, ‘search input placeholder’,’townhub’ ) ?>” value=”<?php echo get_search_query() ?>” />
    <button class=”search-submit color2-bg” type=”submit”><i class=”fal fa-search”></i> </button>
    </form>
    </div>

Viewing 1 replies (of 1 total)

The topic ‘Can’t take it off search button’ is closed to new replies.