Spearhead theme

  • Unknown's avatar

    Hello.
    I like to add featured image and title on the header.
    Is it possible?

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

  • Hi there,

    Spearhead doesn’t support custom header images, so it also doesn’t support featured image headers. It should be possible to add support for a custom header by creating a child theme and modifying the theme’s PHP files, but we don’t provide support for that type of customization.

    I’m not sure what you mean by adding the title on the header, though. The site title should appear in the header by default, along with the site menu, and I can see it on your site, at the top-left of the page.

    Can you explain in a bit more detail exactly what you’re trying to achieve?

    Also note that the forum you’re posting to here is specifically for sites hosted on WordPress.com. Support for the self-hosted version of Spearhead you’re using is actually provided in the WordPress.org forums at https://wordpress.org/support/theme/spearhead/, but we’re happy to continue helping you here.

  • Unknown's avatar

    I mean the page title on the background image.
    I think it’s better since it does not waste the vertical space of the website.
    Thanks anyway.

  • Thanks for the extra details.

    This theme doesn’t use featured images in this way, but you can do something with a cover block instead.

    At the top of a page, add the cover block, add your background image to that block, and add the page title as a heading to the block. Then use custom CSS code to hide the actual page title. This code should do the trick:

    #page header h1.entry-title {
    	display: none;
    }

    This will hide the page title on all pages, but not on posts.

    The end result will look something like this:

    https://d.pr/i/qsralX

  • Unknown's avatar

    Thank you.

  • The topic ‘Spearhead theme’ is closed to new replies.