Home › Forums › Pro Support › Trying to customize a post style › Reply To: Trying to customize a post style
April 26, 2019 at 10:43 pm
#9017
Participant
seems i’m doing something wrong? when im trying to use a custom class name, it isnt having any effect.
this is what i’ve done below,
Inside WP Show Posts settings: Section HTML Classes – global style class
Inside Simple CSS:
/*WP Show Posts CSS*/
.global-style-class p.wp-show-posts-entry-title {
font-weight: bold;
font-size: 22px;
line-height: 1em;
}
.global-style-class .wp-show-posts-entry-summary {
font-size: 16px;
line-height: 1.3em;
}
.global-style-class .wp-show-posts-inner {
box-shadow: 0 4px 8px 0 rgba(38,153,251,.2);
border: 1px solid #dfdfdf;
}