[wp-trac] [WordPress Trac] #59692: Twenty Fifteen theme having multiple issue with pullquote block.
WordPress Trac
noreply at wordpress.org
Tue Dec 30 18:36:35 UTC 2025
#59692: Twenty Fifteen theme having multiple issue with pullquote block.
------------------------------+-----------------------------
Reporter: nidhidhandhukiya | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
------------------------------+-----------------------------
Changes (by sabernhardt):
* keywords: has-patch changes-requested => has-patch
Comment:
GB11610 started to deprecate the Pullquote block for WordPress 7.0, so I
do not recommend trying to fix the custom font size issue now for that
block. The following CSS worked for me, but then the `line-height` of
`1.8182` could be too large.
{{{
.wp-block-pullquote:where([class*="-font-size"], [style*="font-size"])
blockquote {
font-size: 1em;
}
}}}
However, adding classes for border colors in the theme's color palette is
a simpler change, and it could help in other blocks later (#63072).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59692#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list