*

bkfly1

  • **
  • 24 posts
How to hide Search fields
« on: August 20, 2021, 09:44:25 PM »
We're setting up a small for sale section on our site.  We won't have enough volume to warrant a search option so I'd like to hide it from the main form.  Which file / section should I comment out?

Marked as best answer by frosticek on October 18, 2021, 08:09:53 AM
*

okert

  • **
  • 16 posts
Re: How to hide Search fields
« Reply #1 on: September 02, 2021, 05:12:26 AM »
You apply the CSS instruction {display:none;} to the element you want to hide (write it just after the selector of the element).

You rightclick on the element, select inspect, then rightclick on the corresponding line of code on the right halve of your screen, "copy", "copy the selector", then paste onto your CSS sheet that you can find from dashboard display, customization.
« Last Edit: September 02, 2021, 05:21:22 AM by okert »

*

bkfly1

  • **
  • 24 posts
Re: How to hide Search fields
« Reply #2 on: January 18, 2022, 09:52:53 PM »
Thanks Okert.  Took me a while to figure out what you were trying to say, but I got there eventually.  Thanks again!