Site logo

[Resolved] Place date and author over featured image in a corner

Home Forums Support [Resolved] Place date and author over featured image in a corner

Home Forums Support Place date and author over featured image in a corner

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #710908
    Pedro

    Hello. I’m trying, but I’m not able to do it.

    I want that the date and the author appear over the feater image in the post.

    Something like this: https://imgur.com/a/ukA7MHc

    #710939
    David
    Staff
    Customer Support

    Hi there,

    do you have a link to your site with the featured image and byline meta in place?
    You can edit the original topic and use the site url field for privacy.

    #710987
    Pedro

    No, i don’t. I haven’t uploaded it yet.

    #710994
    David
    Staff
    Customer Support

    Can you provide a screen shot of a post? I need to understand the layout to be able provide the solution.

    #711003
    Pedro

    Here is a picture of the web so far

    View post on imgur.com

    #711011
    David
    Staff
    Customer Support

    Give this CSS a shot:

    .generate-columns .inside-article {
        position: relative;
    }
    .generate-columns .inside-article .entry-header .entry-meta {
        position: absolute;
        top: 20px;
        right: 30px;
    }
    .generate-columns .inside-article .entry-header .entry-meta, .generate-columns .inside-article .entry-header .entry-meta a {
    	color: #fff; /* Change color of meta */
    }
    #711024
    Pedro

    Works like a charm!

    #711025
    David
    Staff
    Customer Support

    Glad i could be of help.

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