Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1361905
    Richard H
    Participant

    I have a problem, I accidentally deleted some CSS when I wasn’t paying attention! D’oh!
    The problem is that the featured image is showing again at the top of blog posts that are set up to display through the portfolio option. The previous code you guys supplied to fix it does not work any more so I am guessing that I have messed up some of the other css that is getting in the way. I would REALLY appreciate some help!

    #1361906
    Richard H
    Participant
    This reply has been marked as private.
    #1362264
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    I have found your thread regarding the featured image.

    https://community.theme.co/forums/topic/how-do-i-remove-featured-image-from-all-posts-but-not-blog-page/

    If still not working please share us your admin credentials so we could your setup closer, don’t forget to set it as private reply.

    Please share us the URL of the portfolio.

    Thanks.

    #1362853
    Richard H
    Participant

    Thanks for the reminder. I had also found that and tried that solution and should have mentioned that in my first post. That code is not working for some reason. Do you have any other ideas for how to remove the featured image at the top of a post through the portfolio? Thanks

    #1362981
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS:

    .single .entry-featured {
        display: none;
    }

    Hope it helps 🙂

    #1362987
    Richard H
    Participant

    Unfortunately not 🙁

    #1363028
    Prasant Rai
    Moderator

    Hello There,

    Above code should work. Would you mind to provide your admin credentials in a private reply.

    Thanks

    #1363236
    Richard H
    Participant
    This reply has been marked as private.
    #1363463
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the credentials. You had an invalid code in your Customizer, I went ahead and removed it. The above code should work fine now.

    Let us know how this goes!

    #1364057
    Richard H
    Participant

    Nope. Still no joy. I realised that I also need the page title removing in the post itself but ont on the /blog page. I really do appreciate your help with this. I did mention that the blog has been done through portfolio didn’t I? Does that make a difference?

    #1364190
    Paul R
    Moderator

    Hi Richard,

    Upon checking, I can see a lot of syntax errors in your css code.

    Please replace the entire code in Edit global css with this.

    
    .single-post .entry-header ,
    .single-post div.entry-featured {
         display: none;
     }
    
    .single-x-portfolio .entry-featured {
        display: none;
    }
    
    

    Hope that helps.

    #1364416
    Richard H
    Participant

    Great. Thanks!

    #1364553
    Rahul
    Moderator

    You’re most welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1361905 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>