• Resolved camillecc

    (@camillecc)


    Hi,
    Is it possible to change the color for the field’s border and the “Browse” button ? I’d like then to be dark blue like the Submit button.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter camillecc

    (@camillecc)

    And also, it is possible to change a little bit the front-end ? For example, I’d like the field to take only 3/4 for the width.

    Plugin Author PressTigers

    (@presstigers)

    Hello @camillecc,

    1) For changing the browser button color, please add the following CSS to your activated theme’s style.css

    
    .sjb-page .sjb-detail .list-data .v2 .jobpost-form .file div {
        background: #001a72 !important;
    }
    

    2) For changing the layout of the job application, please customize the following template:
    simple job board/templates>v1 or v2/single-jobpost/job-application.php

    “v1” is for classic layout and v2 is for modern layout. Please select as per your settings configuration. Also, do not modify the plugin core files directly instead use the SJB templating feature. For templating. please visit the plugin page and see the Templating & Configuration section.

    Thank you for using SJB. Let us know if we can assist you further.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color’ is closed to new replies.