Summary blockin otsikkofontin muokkaaminen

PHOTO EMBED

Wed Jan 19 2022 20:47:31 GMT+0000 (Coordinated Universal Time)

Saved by @tarusalokangas

.sqs-block-summary-v2 {
.summary-title,
.summary-heading {
font-family: proxima nova;
font-weight: 600;
font-size: 18px !important;
color: #33cccc;
text-transform: uppercase;
font-style: italic;
 } }


If you want to keep customizing, you can also change the excerpt font. The second part of the code will be exactly the same, but the first part will need to be changed to:

.sqs-block-summary-v2 {
.summary-excerpt p {


And same with the 'Read More' link:

.sqs-block-summary-v2 {
.summary-read-more-link {
content_copyCOPY