• Hi

    The current setting in this theme is for the post title to display over the image, toward the bottom. This obscures some of the image, and doesn’t work for me since sometimes my images are logos.

    How can I make the title appear atop the featured image?

    I would also like the caption on the featured image to show in the post.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Roch

    (@rochesterj)

    Hi there!

    Thanks for reaching out.

    Unfortunately it isn’t easy to move the title to be above your images. But you can move it down a little bit quite easily.

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .single-post .has-post-thumbnail .entry-header .entry-title, .page .has-post-thumbnail .entry-header .entry-title {
    	position: relative;
    }

    Kind Regards,
    -Roch

    Thread Starter mpavlichko

    (@mpavlichko)

    Hi
    In trying to go back to original settings, i accidentally copied the coding in the Theme Editor for content-single.php over Single Page (page.php)
    Can I get the coding for Single Page (page.php) for this Rookie Theme?
    Now my blog posts are displaying without the rest of the page and in plain text!
    Mike

    Thread Starter mpavlichko

    (@mpavlichko)

    Sorry, that should be Single Post (single.php) …. not single Page

    Thread Starter mpavlichko

    (@mpavlichko)

    In was able to find all the coding on the Theme page. Fixed. Thanks!

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need Post Title Above Featured Image, Caption to show’ is closed to new replies.