• I am using the MadHat theme and have two questions.

    1)Currently, when the post is clicked on, the featured image appears at the top of the post, which I do not like. Is there a way to remove the featured image from appearing within the post?

    2) The header image appears larger than I’d like it. Is there a way to alter that, particularly the height?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    1. Please add following custom CSS:

    .wp-caption img[class*="wp-image-"] {
        display: none;
    }

    2. Following custom CSS should do the trick:

    .container{
        height: 10px;
    }

    Feel free to change the height. You can add the above code in your child theme’s stylesheet, or using a plugin like Advanced CSS Editor for the sake of simplicity. Also, you don’t need to add theme name in your title, just post it in the correct sub-forum (here, in this case) and it should be added automatically 🙂 Hope it helps.

    Hi! I am also trying to change the size of the header image. I would like to make it larger then what it is. I have tried adding the .container{ height: and then different pixel sizes, but it only ends up making the entire page look out of line. Any assistance you can provide would be appreciated. I just want to make the image larger so that it takes up roughly 65-70% of the page.

    I created a child theme, and was putting the css code in the child theme, but it doesn’t seem to be changing anything. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MadHat Theme questions’ is closed to new replies.