Tagged: x
-
AuthorPosts
-
December 1, 2016 at 9:04 am #1277472
stuartleighbrayParticipantHi there,
I’ve found and tried the following code to remove the feature image from my posts.
.single-post .entry-featured {
display: none;
}However it doesn’t work. Also how can I adjust my logo header height as it appears to be covering parts of the actual page – see the sidebar!
http://www.bluefishtechsolutions.co.uk/bluefish-tech-solutions-ricoh-certified-supplier-partner/
Your help please.
Best regards
StuartDecember 1, 2016 at 9:21 am #1277492
Prasant RaiModeratorHello Stuart,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer to remove featured image:
.entry-featured { display: none !important; }Please add following code under Custom > CSS in the Customizer to fix logo and sidebar issue:
body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto !important; }Let us know how it goes.
Thanks.
December 1, 2016 at 10:08 am #1277556
stuartleighbrayParticipantNeither worked…sorry!
Other suggestions?December 1, 2016 at 11:05 am #1277607
JoaoModeratorHi There,
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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
December 3, 2016 at 3:49 am #1279709
stuartleighbrayParticipantThis reply has been marked as private.December 3, 2016 at 4:10 am #1279713
ThaiModeratorHi Stuart,
The provided admin account & password is incorrect.
Could you please double check?
Upon checking your website, I could see that there is a syntax error in your custom CSS.
Please find this CSS:
.box1 { background-color: rgba(0, 0, 0, 0.5); padding: 20px; .center-image { display: block; margin-left: auto !important; margin-right: auto !important; }And change to this:
.box1 { background-color: rgba(0, 0, 0, 0.5); padding: 20px; } .center-image { display: block; margin-left: auto !important; margin-right: auto !important; }Then adding this custom CSS:
.single-post .entry-featured { display: none !important; } body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto !important; }Hope it helps 🙂
December 3, 2016 at 5:55 am #1279754
stuartleighbrayParticipantSolved. You are a star.
Thank you.December 3, 2016 at 6:02 am #1279756
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1277472 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
