• Resolved qqv0t

    (@qqv0t)


    Hi

    It is possible to take away featured image from post page once you click on image. I have managed to get rid of the actual image but not I can not get rid of shadowing and it is over lapping the menu.

    Please help. Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, I’m not clear of you also want to get rid of the title of the post. If you want the image and the title gone, you can use this.

    .single .entry-hero {
        display: none;
    }

    If you wish to keep the title and category, give the following a try.

    .single .entry-hero .post-thumbnail img {
        display: none;
    }
    .single .entry-header-wrapper {
        background: rgba(0, 0, 0, 0);
        position: relative;
        padding-bottom: 0;
    }

    Thread Starter qqv0t

    (@qqv0t)

    Oh great thank you that worked!

    I now have this https://37.60.224.142/~samphir6/index.php/2015/07/22/goodman-city/ I am guessing I just need to change the font to all black.

    Really appreciate that.

    One other thing would you know which bit of code to edit or add to make the spacing between blog posts smaller. Tried a couple of things and it hasn’t worked.

    Thank you

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Which spacing are you referring to? On the home page between the featured images at the top or in the posts listed below that?

    Thread Starter qqv0t

    (@qqv0t)

    Hi

    Sorry I worked it out by changing CSS. Would you know how to change the logo size on this theme, proving difficult.

    Thank you

    Moderator Kathryn Presner

    (@zoonini)

    I replied about the logo in your other thread. I see you provided a link to your site here so I’ll take another look.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Canard help: Featured Image’ is closed to new replies.