• Resolved adamuiowa

    (@adamuiowa)


    Since updating my theme, a Background Image that is part of the theme is now being pulled as the default background for the job posting. This background image is a very important CSS aspect of the main page and is something I’d like to keep.

    Is it possible to edit the root files of this plugin to apply a custom white background for the job postings?

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

Viewing 1 replies (of 1 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @adamuiowa,

    You can rewrite plugins template’s from your theme. Copy files from plugin > “templates” folder, to your theme “jobs” folder (keep the structure and filenames inside it). You can edid the files as you wish. Plugin will use files from you thme now.

    OR

    theres a hook “job-entry/disable_featured_image”, you can use like this in yout functions.php file: add_filter(‘job-entry/disable_featured_image’, ‘__return_false’);

    This will hide the featured image above job posting.

Viewing 1 replies (of 1 total)
  • The topic ‘Background Image/Color Issue’ is closed to new replies.