• Hello,

    First I would like to thank for the theme, has what I’ve been looking for.

    I want to know how can I put the title of the single post above the content, instead of being on the image.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Glad you’re liking Bushwick.

    I want to know how can I put the title of the single post above the content, instead of being on the image.

    You could accomplish that with some CSS:

    .single .site-header .entry-title {
         display: none;
    }
    .single #main .entry-title {
         display: inherit;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Thread Starter cesarnunes7

    (@cesarnunes7)

    Thank you for your help.

    Now the title is where I wanted.

    The other problem that I’m having is with the image of the site header that don’t appear correct on some screans.
    Part of the image is cut.

    Can you help me with that?

    Best regards

    Moderator Kathryn Presner

    (@zoonini)

    Glad the title is as you’d like it now.

    The other problem that I’m having is with the image of the site header that don’t appear correct on some screans.
    Part of the image is cut.

    Could you please confirm what version of Bushwick you’re using? Is it the latest – 1.2.3?

    For the screens where you’re seeing the problem, could you could let me know:

    – what specific device you’re using (i.e. Nexus 7)
    – what OS you’re using (i.e. Android 4.4.4 Kitkat)
    – what browser you’re using (i.e. Chrome)

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post title above the content’ is closed to new replies.