Home Forums Pro Themes Magpaper Pro Before I upgrade

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #113096
    agregatwebmaster
    Participant

    I am considering upgrading from the free to the Pro version of Magpaper. Before I do, I have a few questions.

    1. Is it possible to disable the featured image on individual posts/pages?
    At the moment, if you don’t add a featured image a large black box is displayed. In this support forum you provide a work-around (https://themepalace.com/topic/how-to-remove-the-black-box-background/); but this seems a very clumsy solution which leaves a large empty space at the top of the page and, in any case, it applies to all posts/pages.

    2. Related to No1: Is it possible to re-size the featured image?
    I find that the featured image is much too large and forces users to scroll for too long before they reach the content. Is there an option to reduce the size of the featured image?

    #113152
    wensolutions
    Keymaster

    Hello,

    To remove or disable the feature image from individual page/post, add given CSS following the path Appearance > Customize > Additional CSS :

    div#page-site-header {
    
       display :none;
    
    }

    Regarding the query to re-size the featured image, the theme does not have that feature. Can you provide the site URL, so that we can help you by giving the CSS required to re-size the image if possible?

    Since the option is not even available in the pro version, you don’t need to update to the pro version to remove and resize the featured image. But the pro version has many more features than the free.

    Hope this clears the confusion.

    If you have further queries, let us know.

    Thank you.

    #113264
    agregatwebmaster
    Participant

    Thanks for the reply and the adivce.

    I have managed to disable the header image on specific pages/posts by using the CSS rule you gave me with the addition of the page/post ID. For example:

    .page-id-36 div#page-site-header {
    display :none;
    }

    But I have not been able to come up with a rule that will resize the featured image.

    The site where I am using Magpaper is the following: https://historyandtranslation.net

    I would like to resize the featured image to half the height, while keeping the width as it is.

    Thanks, Chris

    #113296
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code in Additional CSS section to resize the featured image by going to Admin Panel > Appearance > Customize > Additional CSS

    .single #page-site-header{
       padding: 150px 0;
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    #113723
    agregatwebmaster
    Participant

    That worked, many thanks!

    #113778
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have further queries, let us know.

    Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.