Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #874581
    hyattcook1
    Participant

    Hi,

    I tried some code from similar posts regarding this issue but I have found no success.

    As you can see on this post ( http://hyatttrading.com/362016-weekly-analysis/ ) there is a chunk of excess space above the line that marks the top of the post page. I would like this removed from all posts if possible.

    Also, after inserting code that removed the featured image from all posts, there remains a long, skinny rectangle that serves no purpose. I would also like this removed from all posts if possible.

    Thank you so much for the excellent support. I love X.

    URL: http://hyatttrading.com
    WP Version: 4.4.2
    X Version: 4.3.4
    Cornerstone Version: 1.1.3

    #874584
    hyattcook1
    Participant

    Update

    Have just updated the following:

    X Theme: 4.4.1
    Cornerstone: 1.2.3

    #875019
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

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

    Hope it helps 🙂

    #882617
    hyattcook1
    Participant

    Hi Thai!

    I apologize for the delayed response.

    The CSS worked perfectly to remove the unwanted rectangle! Thanks so much!

    However, it did not remove the excess space at the top of the page. I have attached an image and outlined the area I am trying to describe. Do you know any other CSS that would remove this space?

    Thanks!!

    #883495
    Prasant Rai
    Moderator

    Hello There,

    Thanks for updating the thread!

    You can add this under Custom > CSS in the Customizer. This will remove space that’s there in between header and content area:

    header.x-header-landmark {
        display: none !important;
    }

    Let us know how it goes.

    Thanks.

    #885897
    hyattcook1
    Participant

    Hello Rai,

    Worked perfectly!

    I greatly appreciate the excellent and quick support!!

    #886579
    Christopher
    Moderator

    You’re welcome.

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