We're merging with GenerateBlocks! Learn more here.

[Resolved] Post Title

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Post Title

  • This topic has 3 replies, 2 voices, and was last updated 3 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19244
    Jon
    Participant

    Hello, I would like to style the posts displayed on the front page, similar to Post Style Examplecould you advise on how I might achieve this, title within the post image (as opposed to above or below). Thanks 😊 My Site

    #19250
    Tom
    Keymaster

    Hi there,

    This may help:

    #wpsp-64 .wp-show-posts-inner {
        position: relative;
    }
    
    #wpsp-64 header.wp-show-posts-entry-header {
        position: absolute;
        bottom: 5px;
        padding: 10px;
        background: #000;
        left: 5px;
    }
    
    #wpsp-64 .wp-show-posts-image.wpsp-image-center {
        margin-bottom: 0;
    }
    
    #wpsp-64 .wp-show-posts-entry-title a {
        color: #fff;
    }

    Let me know 🙂

    #19261
    Jon
    Participant

    Wow, thank you Tom, any other theme developer would have said, this is beyond the scope of support please hire one of our developers, thank you very much 👍

    #19264
    Tom
    Keymaster

    Glad I could help! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.