New Landing How can we help? Atelier Date display on 'recent posts'

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #260541
    GemmaIGCC
    Member
    Post count: 9

    Hi there,

    I am using the recent posts element on my homepage to show media releases. Because they don’t have photos in them the date is being displayed weirdly. I would ideally like to get rid of the boxed date display and have it instead appear below the heading in line/style of the author name and take the place of the ‘no comments’ text. If this isn’t possible I would at least like to see it line up with the rest of the text rather than sit over the top of it.

    See attached screenshot.

    Thanks,
    Jess

    Attachments:
    You must be logged in to view attached files.
    #260675
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Showing like this for me: http://d.pr/i/1b53U/3YWgKa6t

    – Kyle

    #260682
    GemmaIGCC
    Member
    Post count: 9

    Hi Kyle,

    Sorry I was just trying something out but now it is back to how it was. Basically I need the title, the author and the excerpt to show for a post with no imagery.

    Thanks,
    Jess

    #260683
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .posts-type-standard-row .figure-wrap .date-overlay {
      display: none;
    }

    – Kyle

    #260684
    GemmaIGCC
    Member
    Post count: 9

    Hi Kyle,

    Thanks for that but I need the date to show up just not over the top of the text. I am happy for it to just be a line of text rather than the box display if that is easier?

    Thanks and sorry for not being as clear in my last message.

    Jess

    #260686
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Only thing I could suggest is:

    .posts-type-standard-row .figure-wrap .date-overlay {
      left: -65px;
    }

    – Kyle

    #260688
    GemmaIGCC
    Member
    Post count: 9

    Hi Kyle,

    Thanks for that I think I can make it work that way. 🙂

    #260689
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.