Bushwick Theme — Site Title

  • Unknown's avatar

    Is there a way, while using the Bushwick theme, to keep the Title of the site visible on top of your header image while viewing a post page (as opposed to the title of the post being shown on top of the header image).

    It’d be nice to keep the continuity of the blog title always visible on top of the header image. And also to have the title of the post appear above the text of the post itself while viewing the post page.

    Thanks in advance!

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

  • I’m moving this over to the CSS Customization forum.

  • Unknown's avatar

    Hi @jwallaceaccc, The post title can be made to show in Bushwick with some custom CSS. I do not see that you have the Custom Design upgrade, but you can try out and preview custom CSS before you buy as explained here.

    To make the post title display while you are on a single post page, add the following CSS.

    .single .hentry .entry-title {
    display: block;
    }

    On the site title, I’m seeing it remain visible on top of the header image on all pages, and it remains fixed so that it is even visible while I scroll. Are you not seeing this? If not, can you let us know when it is not visible and is is not visible on your computer or tablet or phone? I’m seeing it on all three at the moment.

  • The topic ‘Bushwick Theme — Site Title’ is closed to new replies.