• Hi,

    I’m trying to show the search form into my home page which was already done. However, I supposed there is a search button there but there is no luck.

    I’ve tried many ways including to edit the css with following code which i copied from https://develop-a-website.com/how-to-customize-your-search-bar-using-css/.

    #searchsubmit {
    text-indent: -9999px;
    background-image: url(‘images/bluesearch.png’);
    border: medium none;
    height: 23px;
    width: 21px;
    background-color: white;
    }

    My site is https://www.storehongkong.com. Appreciated if somebody can share their experience on the same case or any suggested solution. Thanks.

  • The topic ‘Search Button’ is closed to new replies.