Hi,
1. this is some conflict with the theme CSS, you can fix it by going to wp-admin / Appearance / Customize / Additional CSS panel and adding there the code below
.adverts-search .advert-input select {
height: 33px !important;
}
2. if you do not want to use the category field then you can remove it using Custom Fields extension, if the category will not be filled for the Ad then it should not show on the Ad details page.
Hi,
1. Thank you, Greg, the first problem is solved with this CSS!
2. The problem is that I don’t have this field on the configuration of the form. I have placed the “Marca” field, which is the first of all and makes a call to the categories, but the “Categoría” field that appears in the search form is not placed in the configuration of the form. I attach this image where you can see that the field is not there: https://ibb.co/mJtawV
2. any chance that in wp-admin / Plugins panel you have the Search By Category snippet installed and activated (or maybe you have code for this snippet in theme functions.php file)?
This snippet is run after Custom Fields extension and the field it adds to the search form are not visible in the editor.
If you do have this snippet or plugin then disable it, this should remove the category field.
Yes, the Search By Category plugin was installed, I uninstalled it and it no longer appears.
Thank you so much!