• Resolved 1kergoustard

    (@1kergoustard)


    Hello!

    I am using Tracks with Seriously Simple Podcasting plugin and its html5 reader. If I put the featured image on a post, in the blog page the image is shown twice : one time in big and one time in the html5 reader.

    I would prefer the image showned only in the html5 reader… Is it possible ?

    Thank you,

    Patrice

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey Patrice,

    Thanks for using Tracks!

    Could you link me to an example where this happens? That will help me to debug the issue.

    Thank you!

    Thread Starter 1kergoustard

    (@1kergoustard)

    It is not an issue, it’s a wish…

    Like you can see on [this image](https://i.imgur.com/QFO77nw.png),

    I want ta have only the little image in the reader and not the big one.

    Is it possible ?

    Theme Author Ben Sibley

    (@bensibley)

    Got it. You can do that with the following CSS:

    .excerpt .featured-image-link {
      display: none;
    }
    .excerpt-container {
      width: 100%;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter 1kergoustard

    (@1kergoustard)

    Thank you so much ! That’s exactly that I wanted…

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Delete the feaured image in the blog’ is closed to new replies.