Icon Stack - Remove File Icon in Header / Resizing Featured Blog Image

Hello,

1 - I am working with the icon stack and would like to remove the file icon that starts the headers.

2 - Also, how would I change the dimensions of the featured image in blog posts. I would like to make it smaller.

Please advise.

Thanks!

Hi Cinn,

Thanks for reaching out.

  1. Please go to Theme Options > Icon and toggle off the Post title option.

  2. That’s possible, please add this CSS to Theme Options > CSS with your preferred size.

.single-post .entry-featured {
    max-width: 300px !important;
    margin: 0 auto;
}

Hope this helps.

Thanks Rad!

The icon issue is resolved.

But now the image is flush against the date at the top. I would like the spacing to be as it was. Do you have a solution for this?

Thank you!

Hello Cinn,

Please add this code as well:

.single-post .entry-header {
    margin-bottom: 3%;
}

Here are some related links for further reading:

Hope this helps.

Thank you for your input @Jade, it was very helpful.

And thanks for the links!

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.