Site URL: https://www.timothyschimick.com/
I am using the following code to adjust the look of the excerpt font in a blog summary block on the home page of a site. All of the elements are working except for the font size. Any ideas?
.sqs-block-summary-v2 {
.summary-excerpt {
font-family: adobe jenson pro;
font-weight: 600;
font-size: 40px !important;
color: #000;
text-transform: ;
font-style: italic;
} }
Thank you!