Affinity Theme – How to remove static front page title?

  • Howdy! I’m a Premium subscriber using the Affinity theme with a static front page. I want to remove the page title so that it acts and looks like a landing page. For whatever reason, I am unable to edit the php (where’s the editor?) to remove the title. The css others have shared are not working for me.

    Can someone help me remove the static front page title?

    I’m at hagsandshrews.com

    The blog I need help with is: (visible only to logged in users)

  • Looks like your site is now running Didi. You can remove the homepage title with this custom CSS:

    .home .entry-title {
      display: none;
    }

    Let me know how it goes.

    For whatever reason, I am unable to edit the php (where’s the editor?)

    It’s not possible to edit the theme files directly.

  • Thank you, Kathryn. I did try Didi, but went back to Affinity. Your fix worked, which tells me I had the syntax wrong before.

    Thanks so much for your help!

  • Glad that did the trick! Feel free to post in the CSS Customization forum if you need help with anything else.

  • The topic ‘Affinity Theme – How to remove static front page title?’ is closed to new replies.