[wp-trac] [WordPress Trac] #57250: Twenty Twenty theme quote block ciation is having issue with text color.
WordPress Trac
noreply at wordpress.org
Wed Feb 8 06:17:25 UTC 2023
#57250: Twenty Twenty theme quote block ciation is having issue with text color.
-------------------------------------------------+-------------------------
Reporter: nidhidhandhukiya | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future
| Release
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-testing-info has-screenshots | Focuses: css
has-patch needs-testing |
-------------------------------------------------+-------------------------
Comment (by robinwpdeveloper):
After deep investigation here is my feedback:
- We will concentrate on Quote block only. Pullquote issue fixed in
another ticket.
- Previously attached patches worked, but now its not working. I believe
HTML structure has been changed recently.
- Using css and inherit color won't fix the color issue of cite. Current
structure : blockquote has two childs => p tag (title) and cite
(citation). So inheriting color won't work as title color applied to p
tag.
Possible fix:
- Solution 1: Apply color to p tag and cite both.
- Solution 2: Apply color to the parent (blockquote) instead and cite and
p tag can interit the color.
Screenshot: https://d.pr/i/ug8ihz
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57250#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list