Hi Guys,
I have started using the WP-Job Manager plugin with Enfold.
I have used the following code to display a custom search for Keywords/Location.
https://wpjobmanager.com/document/tutorial-creating-custom-job-search-form/
I’ve done it by inserting a code block into the relevant part of my page.
It works and displays ok.
I would like to use your light transparent styling to style the search boxes, is this possible?
Also, I would like to format the boxes so that they are half the width, on one line.
I would also like the labels to be inline, and not outside of the boxes.
Appreciate your help in advance.
Thanks, Harry
Apologies, I meant in thirds, so 1/3 Keywords 1/3 Location 1/3 Submit Button
Hi!
use this to control width:
form {
width: 300px;
}
to position the labels inside use this:
label {
position: relative;
top: 28px;
left: 10px;
}
Hope this helps.
Not sure what you mean with light transparent styling? can you show us an example/mockup please?
Regards,
Andy
Hi Andy,
Does this need to go in the custom CSS? I only want it to apply to this form?
Light transparent as in the white border with the transparent background:
You have it as an option when styling an avia button/ avia contact form.
Thanks,
Harry
Any news??
Bump ??
Hi,
Can you please create us a WordPress administrator account? i’ll mod it for you.
Regards,
Josue
Thanks Josue,
Login details in private content
Check it. You can see the modified code in the Code Block and some CSS i put in your child theme style.css too.
Regards,
Josue