A little CSS could hide it–try adding this to the “Custom CSS” section via Appearance > Customize in your WordPress admin panel:
.single-job_listing .jarallax {
display: none;
}
Plugin Support
Jay
(@bluejay77)
Hi @digihealthamruta,
We’re not able to help directly with customizations per our Support Policy, but I can provide some general guidance.
We’d recommend using CSS to achieve what you’re looking for. The extent of our documentation about CSS and WP Job Manager is here:
https://wpjobmanager.com/document/adding-custom-css-for-wp-job-manager/
Since so many themes override our CSS to varying extents, it’s not feasible for us to provide detailed documentation on modifying our plugin and addons with CSS.
That said, this is the template you’ll want to override to remove the company logo on the single page listing:
https://github.com/Automattic/WP-Job-Manager/blob/master/templates/content-single-job_listing-company.php
You will remove the <?php the_company_logo(); ?> on line 26.
Here’s some more information about template overrides, if you need it:
https://wpjobmanager.com/document/template-overrides/
I hope that helps! Let us know if you have any other questions.
Plugin Support
Jay
(@bluejay77)
Hi @digihealthamruta,
It has been more than one week since we have heard from you, so I’m marking this topic as resolved.
But if you have any further questions or need some more help, you’re welcome to reply here or open another thread.