• Hi there. I’m running Affinity on a WordPress.com site and I’m wondering if there is a way to stop the page title from displaying on the featured image?

Viewing 1 replies (of 1 total)
  • Hi there!

    on a WordPress.com site, you’d need access to Custom CSS (included in the Premium and Business plans WordPress.com offers).

    From there, the following CSS would hide the title on pages (not posts, or other parts of the site):

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

    If you run into any more trouble with your site on WordPress.com, I’d recommend posting in the forums there, so you’ll get the most accurate answers possible:
    https://en.forums.wordpress.com ??

Viewing 1 replies (of 1 total)
  • The topic ‘Stopping Page titles From Showing’ is closed to new replies.