Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #352817

    Hi,

    I’m looking to add the blog post title as a caption on the lead image, instead of being placed underneath it.

    You can see it here – where the white text is the desired state.

    https://www.evernote.com/shard/s6/sh/277d3eb2-1732-410d-b126-626392f4b377/18fd95a519cd8d0f698c54f20de99fc4

    Thanks in advance!

    #353054

    Hi jvinch!

    Can you post the link to your website please?

    Regards,
    Yigit

    #353646

    Sorry I can’t – the site isn’t live yet. Did you look at the screen shot? It should make clear what I am trying to accomplish?

    Thanks for your reply!

    #354157

    Hi!

    You can try this on Quick CSS:

    .template-blog .post .entry-content-wrapper {
    z-index: 5000;
    position: relative;
    overflow: visible;
    padding-left: 150px;
    }
    
    .template-page .template-blog .entry-content-wrapper h1, .template-page .template-blog .entry-content-wrapper h2 {
    margin-top: -50px;
    margin-bottom: 50px;
    }

    Cheers!
    Ismael

    #359118

    Ismael, this gave me the start I was looking for. Thanks for your help and feedback.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog Post – Title as Caption on Image’ is closed to new replies.