We're merging with GenerateBlocks! Learn more here.

[Support request] Excerpts always visible on Overlay cards

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Excerpts always visible on Overlay cards

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29557
    Lawrence
    Participant

    Is it possible to have the excerpt always on (instead of on rollover) with the Overlay Style 1?

    #29571
    elvin
    Moderator

    Hi there,

    Definitely possible. But this will require custom CSS.

    Add this CSS:

    .wpsp-overlay.wpsp-ov-style-one .wp-show-posts-inner .wp-show-posts-entry-summary {
        opacity: 1;
        transform: translateY(0);
    }
    #29585
    Lawrence
    Participant

    Perfect!

    Thanks Elvin!

    #29587
    elvin
    Moderator

    No problem. Glad to be of any help. 🙂

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