We're merging with GenerateBlocks! Learn more here.

[Resolved] Title on image

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Title on image

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1792
    J
    Participant

    Hi Tom,

    I have a WPSP list that shows only images. All nice and clean: no text, an overlay with an icon. Is there an easy way to show the post title on the images? I don’t want the title to appear above or below the images.

    JW

    #1797
    Tom
    Keymaster

    This is a future option, however if you link me to what you have so far (with the title below/above) I might be able to provide some CSS for the meantime 🙂

    #1801
    J
    Participant

    Cool! Would be helpful.

    Please have a look at http://test.wieswies.nl/temp/
    – based on images of six posts
    – titles above the images
    – can the post titles be shown on the images with some CSS?

    Thanks for your help

    J

    #1806
    Tom
    Keymaster

    You could do this:

    .wp-show-posts-inner {
        position: relative;
    }
    
    .wp-show-posts-entry-header {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 99;
    }

    Then style the title using the color settings etc..

    #1808
    J
    Participant

    Thanks! Works!

    J

    #1815
    Tom
    Keymaster

    Awesome 🙂

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