Hello. I would like to change the default pullquote color to purple, leaving all other quotes (both default and short code) to slate gray. I tried this:
}
blockquote.x-blockquote {
color: purple;
}
blockquote {
color: darkslategray;
font-size: 17px;
}
pullquote.x-pullquote {
color: purple; !important;
}
No luck. Is it possible to change only the default color of the pullquote?
Many thanks

