Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Kalaco,

    You may either go in your custom fields tabs and set the specific custom fields that you do not wish to see as unsearchable. Or you may fully hide them by going to Styling > Sidebar and setting the Show/Hide Custom fields to “hide”.

    Let us know if it helps you out!

    Best regards,
    EWD

    Thread Starter Karen Cox

    (@kalacosolutions)

    Thanks it worked!

    My solution is to add custom CSS to the catalogue, so you can choose which custom fields are displayed. Because sometimes it is quite useful to have certain fields searchable

    /*Hide filter elements by ID of Custom field*/
    #prod-cat-sidebar-cf-XX {display: none;}

    XX = ID of the element

    just look it up in your database or with chrome developer tools ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar – Custom Fields’ is closed to new replies.