Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1277472
    stuartleighbray
    Participant

    Hi 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
    Stuart

    #1277492
    Prasant Rai
    Moderator

    Hello 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.

    #1277556
    stuartleighbray
    Participant

    Neither worked…sorry!
    Other suggestions?

    #1277607
    Joao
    Moderator

    Hi 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 / password

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

    Thanks

    Joao

    #1279709
    stuartleighbray
    Participant
    This reply has been marked as private.
    #1279713
    Thai
    Moderator

    Hi 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 🙂

    #1279754
    stuartleighbray
    Participant

    Solved. You are a star.
    Thank you.

    #1279756
    Thai
    Moderator

    If you need anything else please let us know.

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