Title: Search
Last modified: September 7, 2018

---

# Search

 *  Resolved [mikayaha](https://wordpress.org/support/users/mikayaha/)
 * (@mikayaha)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/search-113/)
 * Hey,
    I’m trying to turn off autocomplete for the search input field, however
   I’d having trouble finding out how. Another concern of mine is I would like to
   add visible divisions to the products page, like table columns and rows; without
   the borders.

Viewing 1 replies (of 1 total)

 *  Thread Starter [mikayaha](https://wordpress.org/support/users/mikayaha/)
 * (@mikayaha)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/search-113/#post-10681891)
 * I resolved it! I use js to turn of the autocomplete; inserted it in the footer.
   Used css to attain he borders.
 * CSS:
    .woocommerce ul.products li.product { border: 1px solid #ccc; box-sizing:
   border-box; padding: 15px; height:450px; }
 * js
 * $(document).ready(function() {
    $(“:input”).attr(“autocomplete”,”off”); });

Viewing 1 replies (of 1 total)

The topic ‘Search’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/topshop/1.3.41/screenshot.png)
 * TopShop
 * [Support Threads](https://wordpress.org/support/theme/topshop/)
 * [Active Topics](https://wordpress.org/support/theme/topshop/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/topshop/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/topshop/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [mikayaha](https://wordpress.org/support/users/mikayaha/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/search-113/#post-10681891)
 * Status: resolved