Home › Forums › Pro Support › Trying to customize a post style › Reply To: Trying to customize a post style
April 13, 2019 at 5:33 pm
#8706
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 🙂