*

pietkei

  • ***
  • 69 posts
How to delete "personal'' and ''company"
« on: January 24, 2021, 08:26:00 PM »
Hello,

When i click on fi. on FOR SALE, the ads show up and there are 3 fields All Listings Personal and Company
(check the image i added)

The field All Listings is fine, but the other two: Personal and Company what is the use of those?

Users can only sign up as user and not as Company or Personal.

Can i remove the fields Personal and Company and how to do?

Thanks,
Pieter

Website: http://marktplaats24.nl

I use theme: GAMMA
« Last Edit: January 24, 2021, 11:27:03 PM by pietkei »

Marked as best answer by frosticek on January 25, 2021, 07:09:40 AM
*

MB Themes

Re: How to delete "personal'' and ''company"
« Reply #1 on: January 25, 2021, 07:08:59 AM »
@pietkei
Edit search.php or simply hide via CSS (add to style.css):
Code: [Select]
#search-sort .user-type {display:none!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

pietkei

  • ***
  • 69 posts
Re: How to delete "personal'' and ''company"
« Reply #2 on: January 25, 2021, 10:35:19 AM »
@pietkei
Edit search.php or simply hide via CSS (add to style.css):
Code: [Select]
#search-sort .user-type {display:none!important;}

Thanks, works fine!