Archived topic
Typography Manager
3 replies · Started by mzsstade on April 26, 2022
I can't find to change Block- and Pullquote in the Typography Manager for the entire Site. How can I do this?
Hi there,
in Typography Add New and for the Target Element select Custom.
This provides you a CSS Selector field for you to create your own custom styles.
Heres the list of selectors you will need:
Blockquote: blockquote
Blockquote Citation: blockquote cite
Pullquote: .wp-block-pullquote p
Pullquote Citation: .wp-block-pullquote cite - NOTE This one is if you want to style its cite differently to the normal blockquote cite.
You can create new custom selectors for each of them or you can comma delimit multiple in the CSS selector field.
For example if you want the blockquote and the pullquote to have the same styles you can add tbis to the field:
blockquote, .wp-block-pullquote p
Thanks David, you made my Day.
Glad to hear that!