Citation Font Color in the Quote Element?

How do I change the color of the citation in the quote element?

The text color changes easily, but the citation is not affected by the controls.

Hi There,

Thank you for writing in, if it is the Classic Blockquote element, you can add the following custom CSS on the CSS area.

.x-cite {
  color:red;
}

If it is the V2 Quote element, please inspect the element and see under the Citation tab it has a text color option.


Hope it helps,
Cheers!

1 Like

Thank you! I just figured it out in the V2 controls. I didn’t see the slider at the top right away. Thanks again.

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.