• Resolved ibiza69

    (@ibiza69)


    Hi, we are trying to change the border color of the publish job offer form, as they are very very light and the fields are very difficult to see without those borders darker.

    Does anyone know how to change them with CSS code please?

    Thanks in advance for any help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Cara

    (@dcka)

    @ibiza69 Can you share a link to the exact form you want to customize? Do you only need to change the border of the fields? Or is it the entire form? You can share a screenshot that points to the part you wish to customize.

    Thread Starter ibiza69

    (@ibiza69)

    Hi @dcka, thanks for answering.

    The form that we have to change borders colors to darker is the: [submit_job_form]

    I sharing with you the shortcode as we do not have the form accible to public, only to companies registred at our site, so you cannot see, unless you register.

    I think that with this info, you can know exactly the form we are trying to edit and hopefully you can give us a hand ??

    Thanks in advance for any help and time dedicated.

    Thread Starter ibiza69

    (@ibiza69)

    Hi @dcka, we have been able, with the help of a friend, to solve the problem of the color of the borders of the submit job offers form.

    We share the code in case anyone else needs it:

    /*---WPJM Form Border Color---*/
    
    .job-manager-form fieldset input.input-date, .job-manager-form fieldset input.input-text, .job-manager-form fieldset select, .job-manager-form fieldset textarea,.select2-container--default .select2-selection--multiple,.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text],.job-manager-form fieldset .wp-editor-container  {
        border-color: #000000;
    }

    Thank you very much for your attention, I wish you a nice day.

    Plugin Support Deric (a11n)

    (@dericleeyy)

    Glad you found a way, and thanks for sharing the solution.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help needed with borders form color’ is closed to new replies.