-
AuthorPosts
-
June 28, 2016 at 7:53 pm #654414
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.
June 28, 2016 at 8:03 pm #654419Hey 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,
YigitJune 28, 2016 at 8:12 pm #654428Sorry. This didn’t work for me. I have tried everything to get it to not display. I will keep trying!
June 28, 2016 at 8:28 pm #654440Hey!
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!
YigitJune 28, 2016 at 8:41 pm #654463That didn’t work for me either.
June 29, 2016 at 1:04 am #654545Hi,
Login credentials are not working for me. Can you please check them once again?
Best regards,
YigitJune 29, 2016 at 4:29 pm #654911I made a new login for admins:
June 29, 2016 at 4:33 pm #654913Hey!
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!
YigitJune 29, 2016 at 5:12 pm #654923Oops. I have put some notes in there for myself. Dangerous place to keep code notes.
Thank you so much!!!!
June 29, 2016 at 5:14 pm #654924 -
AuthorPosts
- The topic ‘Custom single.php’ is closed to new replies.
