It’s hard to say without looking at your theme files. Is it located in standard_page.php or home_page.php something like that. Look in your theme and templates file.
Unless you are using a plugin and this part of the page is controlled by a file in the plugin folder. Be careful if it is because if you change a file in the plugin folder you will lose the changes if it’s updatesd. Better to copy that file and put it in your template folder.
Thanks for the response, jelly_bean.
It’s in none of the files within the theme’s Editor section (page.php, index.php, functions.php, etc — i went through *all of them*).
This homepage is populated with widgets actually. So the map is a widget, the “recent jobs” and “featured jobs” is a widget, and so on all the way down to the footer. So it’s not a plugin.
If you perhaps know where I can edit the widget, then I think that’s where I would be able to add in the code I want… any ideas on where widget files are?
Do not modify theme files except using a child theme – see:
https://codex.wordpress.org/Child_Themes
And for additional help with your theme, ask the developer:
http://themeforest.net/item/jobify-wordpress-job-board-theme/5247604
These forums don’t support commercial themes.