WordPress: Fix citation colour
With your own css addition to the template. Add this, adjust to suit, et viola:
.wp-block-quote cite {
color: #6d6d6d;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
With your own css addition to the template. Add this, adjust to suit, et viola:
.wp-block-quote cite {
color: #6d6d6d;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}