Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1070583
    dtourcreative
    Participant

    Hi there,
    I have read a few forums on this and no matter what code I put into Global CSS I can’t get the Featured photo not to show on my blogs. See here:

    http://www.ruthgangbar.com/new-post/

    Here is the code that I have in right now, but it’s not working:

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

    #1070689
    John Ezra
    Member

    Hi there,

    Thanks for writing in! Please try this instead:

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

    If that doesn’t work, then something is conflicting with your CSS. You may need to check for a CSS Syntax Error which could be preventing other CSS below it from working. It could be a missing “}” closing curly bracket or a single or double quote mark that wasn’t closed, etc. To quickly check if you have syntax error somewhere, try putting the CSS provided at the very top above all other CSS. If it works then that means you may have a syntax error somewhere below which is preventing other CSS below it from working. If it still doesn’t work, then you have another issue.

    If that’s the case, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

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