Hi,
Thanks for writing to us.
The suggestions appear by “Job Search Box” or “Ajax Job Search” if you have any of the addon then deactivate it.
Regards
Thank you for your reply.
The problem is, that i need the ajax job search, so that the whole page is not refreshing by clicking on search. I just do not need the auto complete function. I do not want suggestions to appear, if i write in the field.
Is it possible to just turn the auto complete off function?
best regards
Hi,
Hope you are well.
There is no option to hide the suggestions or disable them for the design to be better you can use the below solution else for hiding you can also use CSS.
Kindly replace the following code in your simple-job-board/public/css/simple-job-board-public.css on line no 2990 if you are using classic layout(v1) else if you are using modern layout(v2) then line 3046.
For Classic Layout(v1):
.sjb-page .sjb-filters.sjb-filters-v1 .form-control {
border: 1px solid #c1c1c1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #777777;
font-size: 16px;
height: 40px;
margin-bottom:32px;
}
For Modern Layout (v2):
.sjb-page .sjb-filters.sjb-filters-v2 .form-control {
border: 1px solid #c1c1c1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #777777;
font-size: 16px;
height: 40px;
margin-bottom:32px;
}
Regards
Okay, thank you. It looks better now.
Regards