I am using a plugin to list jobs on my site. They use the default single.php to render the detail job listing. How do I remove the image from this. When looking at the single.php, I do not see a reference to logo for me to update and use in my child theme.
I have tried all kinds of css to avoid displaying the logo on this page.
Thanks.
Hey Diane,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.single-job_listing .big-preview.single-big {
display: none;
}
Best regards,
Yigit
Sorry. This didn’t work for me. I have tried everything to get it to not display. I will keep trying!
Hey!
Can you please try adding !important rule as following
.single-job_listing .big-preview.single-big {
display: none !important;
}
If that too does not help, please create a temporary admin login and post it here privately so we can look into it.
Cheers!
Yigit
That didn’t work for me either.
Hi,
Login credentials are not working for me. Can you please check them once again?
Best regards,
Yigit
I made a new login for admins:
Hey!
You have a shortcode inserted in Quick CSS field ( [jobs show_filters=”0″] ). I commented it out. Please review your website and remove the shortcode from Quick CSS field.
Cheers!
Yigit
Oops. I have put some notes in there for myself. Dangerous place to keep code notes.
Thank you so much!!!!