Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    #654419

    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

    #654428

    Sorry. This didn’t work for me. I have tried everything to get it to not display. I will keep trying!

    #654440

    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

    #654463

    That didn’t work for me either.

    #654545

    Hi,

    Login credentials are not working for me. Can you please check them once again?

    Best regards,
    Yigit

    #654911

    I made a new login for admins:

    #654913

    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

    #654923

    Oops. I have put some notes in there for myself. Dangerous place to keep code notes.

    Thank you so much!!!!

    #654924

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Custom single.php’ is closed to new replies.