Hi Gord,
You’re welcome I’m glad it’s moving along for you.
You would have to go into the php file that is creating the pages, find the part where it is creating the “page-header” class, and have it instead make the “special-header” class like the code below. It would also need to create the h3 tag and “subtitle” class within the div that has a class of container. This is the html you want, you’d have to search for where this is being generated:
`
<header class=”entry-header special-header” style=”padding: 25px;background-image: url(https://cfaengineering.com/wp-content/uploads/2015/10/header-about-vision.jpg);”>
<div class=”container”>
<h1 class=”entry-title” style=”color: #ffffff;”>Careers</h1>
<h3 class=”subtitle” style=”color: #ffffff;”>Employee Development</h3>
</div>
</header>
`
Since I am not familiar with your theme this is all very vague advice so I can’t help a lot.
If the header html was put in by yourself in the Job Manager backend you can just tweak the html to the above and you’ll be fine (in the Display Settings Tab, Before a Category Job List).
For the sidebar, you may need to have the checkbox checked to show related categories (found in the ‘Admin Settings’ tab). Or, in the ‘Careers’ page settings in the WordPress dashboard, you have to have the sidebar activated. Otherwise I don’t know why it wouldn’t be on every page.
For the page ID # I’m sorry I’m not sure what you mean by that. Is it the permalink?