Tagged: x
-
AuthorPosts
-
July 3, 2016 at 1:35 pm #1070583
dtourcreativeParticipantHi 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;
}July 3, 2016 at 5:26 pm #1070689
John EzraMemberHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1070583 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
