• Hello! I’m trying to center the header text beneath each of my three “Featured Posts” rather than having it left-justified. Can you advise how I can shift this?

    I am also trying to keep my frontpage very, very clean. I’d like to remove the “Recent Posts” section from the frontpage entirely, but there isn’t an option to switch it off. I’ve removed “My Diary” already. Can you advise?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jennbrown77, @ricotheque from LyraThemes here. Please try adding ‘.blog-feed’ to Appearance > Customize > Additional CSS in your Dashboard.

    Hope this helps!

    Thread Starter JennBrown777

    (@jennbrown777)

    Hello @ricotheque — unfortunately that didn’t work. The “Recent Posts” section is still showing up on the frontpage of the site. Any other ideas? Also, any hints on how to center the titles and remove the intro text for “Featured Posts?”

    Hi @jennbrown77, my bad. Something went wrong when I pasted in the code.

    Here’s what I was trying to share:

    .home .blog-feed {
    display: none;
    }
    .frontpage-featured-posts .entry-title {
    text-align: center;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove “Recent Posts” Section and Center “Featured Posts” Titles’ is closed to new replies.