Front Page image under the menu

  • Unknown's avatar

    Hello- can you help me please.. I would like to take out the entry title “home” and make the featured image full width?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, You are not allowed to hide or edit the WordPress.com and theme footer credits per our Terms of Service (#1 Attribution). See the Frequently Asked Questions on the Custom Design support page for more information.

    You are allowed to restyle the footer credits to better fit with your design as long as they remain readable. If you need help restyling the existing footer credits, let us know and we would be happy to help.

    Please remove the following CSS rule from your custom CSS.

    .site-info {
        visibility: hidden;
    }

    To make the image on your front page full width, you will need the following custom CSS. You will notice that the image loses quality. That is due to the fact that the image you have uploaded is only 978 x 567 pixels in size. You can create a new image that is about 1200px wide and upload and use that on your front page and it should be a lot better. The following targets only your home page and will not affect any other pages or posts.

    .home .content-wrapper .content-area, .home #primary, .home #post-2 img {
        width: 100%;
    }
    .home .content-wrapper {
        padding: 0;
    }
    .home .entry-header, .home .entry-meta {
        display: none;
    }
    .home .entry-content img {
        margin-top: 0;
        margin-bottom: 0;
    }
    .home .entry-content {
        margin-bottom: 0;
    }
  • Unknown's avatar
  • Unknown's avatar
  • The topic ‘Front Page image under the menu’ is closed to new replies.