• alexduv94

    (@alexduv94)


    Hi,

    First of all, thank you for the beautiful Eksell theme. I was looking for something simple and user-friendly to build my portfolio, and it looks great.

    I have a question now that I’m getting ready to make my portfolio live.

    I’d like to create a simple homepage with a short welcome text and a grid of square images representing my different projects. The idea is for visitors to immediately see a variety of projects and click on any image to open the corresponding post.

    My issue is the following: when I create a post, I add content and images, and I also set a featured image to use as the clickable thumbnail on the homepage. However, once the post is published, the featured image is displayed in a very large format at the top of the post page before the actual content.

    Is there a way to hide the featured image within the post itself, and use it only as the clickable image on the homepage?

    Thank you in advance for your help!

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hey @alexduv94,

    I’m glad you like it! Sure thing, go to Appearance → Customize → Additional CSS, and add the following:

    .single-post .featured-media { display: none; }

    That’ll hide the featured image on all single posts.

    — Anders

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.