We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Trying to customize a post style Reply To: Trying to customize a post style

#8706
Tom
Keymaster

How about this?:

#wpsp-2687 p.wp-show-posts-entry-title {
    font-weight: bold;
    font-size: 22px;
}

#wpsp-2687 .wp-show-posts-entry-summary {
    font-size: 16px;
}

#wpsp-2687 .wp-show-posts-inner {
    box-shadow: 0 4px 8px 0 rgba(38,153,251,.2);
    border: 1px solid #dfdfdf;
}

Let me know 🙂