Hello,
After 3 hours of searching the Internet and the forum, I need your help to customize the css code of the blockquote of my articles.
I have already managed to modify the overall appearance of the blockquote with these few lines:
.x-blockquote , blockquote {
background-image:linear-gradient(60deg, #07d891, #048fa5);
border-radius: 0.25em;
font-style: italic;
font-size: 1.10em;
color: #ffffff;
margin-left: 1.5em;
padding-right: 1.2em;
line-height: 140%;
letter-spacing: 0.10em;
font-family: "Nunito";
}
.x-blockquote-cite , blockquote-cite {
font-style: normal;
font-size: 0.90em;
color: #ffffff;
text-align: left;
padding-right: 1.2em;
font-family: "Nunito";
}
However, I can’t customize the source of the quote with the css code. In this case, I would like the source (or the author of the quotation) to have a different format.
Do you have a solution?
Thanks to all
(I can’t show you an example on my site because it’s a draft article)