• Resolved amberm

    (@amberm)


    Hello!

    Beautiful theme! I am using the Featured Posts on a static home page. I would like to display only the Featured Images and Title, removing the text until the link is clicked on. Easy Fix? It’s been 3 years since I used WP, I apologize if it’s obvious!

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thank you for getting in touch with us and your kind words. We’re really appreciate it.

    You can hide the content with some css. Paste the following code to Appearance → Customize → Additional CSS:

    .frontpage-featured-posts .entry-summary, .frontpage-featured-posts .entry-meta {
        display: none;
    }

    Hope that helps. Thank you for your time in this.

    Best regards

    Thread Starter amberm

    (@amberm)

    Thank you!

    My pleasure ??

    Feel free to reach out if you need anything.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove text below featured posts’ is closed to new replies.