We're merging with GenerateBlocks! Learn more here.

[Resolved] Two questions…

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Two questions…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25961
    Ben
    Participant

    Hey guys,

    Got a couple of questions.

    On the I’d like to show the name on my post tiles which the plugin does perfectly. But how can I put the word ‘by’ in front of the name?

    Also is it possible to a 5px coloured border on the bottom of the tiles?

    For reference, I’ve created the look I’m after in generate blocks above the wp show posts tiles on this page: https://blufusion.net/petcheckers/

    Scroll to the bottom of the page.

    Many thanks

    #25971
    elvin
    Moderator

    Hi,

    Also is it possible to a 5px coloured border on the bottom of the tiles?

    You can apply this on the WPSP list by adding this CSS:

    .wp-show-posts-inner {
        border-width: 0 0 5px;
        border-style: solid;
        border-color: #00aeef;
    }

    On the I’d like to show the name on my post tiles which the plugin does perfectly. But how can I put the word ‘by’ in front of the name?

    Do you mean before the name? If so, try adding this CSS:

    .wp-show-posts-author span.author-name:before {
        content: "by ";
    }
    #25979
    Ben
    Participant

    That’s perfect, thanks!

    #26024
    elvin
    Moderator

    No problem. 😀

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