Home Forums Pro Themes Magpaper Pro Decrease Height of Archive Header Image

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #130799
    Kingston Kingsley
    Participant

    Hi,
    Sorry I didn’t say the blog ‘page’ I said ‘post’, I mean to remove the image from the top of individual posts (i.e. the individual pages displayed within the blog page!)

    Thanks

    #130982
    wensolutions
    Keymaster

    Hello,

    To get the specific CSS, please provide us with the specific URL of the post so that we can help you precisely.

    Regards.

    #131136
    Kingston Kingsley
    Participant

    Hi,
    I don’t want just one specific post, I would like all posts to not display the featured image as a top header image by default. As an example post however, https://www.therocketsurgery.org/wisdom-shmisdom/
    Thanks

    #131205
    wensolutions
    Keymaster

    Hello,

    Regarding your query to remove the featured image from the post pages is possible with the CSS below following the path Admin Panel > Appearance > Customize > Additional CSS,

    .single-post #page-site-header {
        display: none;
    }

    Hope this helps.

    If you have further queries, kindly let us know.

    Regards.

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.