Opened 2 years ago
Closed 2 years ago
#56540 closed defect (bug) (duplicate)
Twenty Sixteen: Pullquote block text color is not reflected at editor and front side both
Reported by: | nidhidhandhukiya | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.0.2 |
Component: | Bundled Theme | Keywords: | |
Focuses: | ui, css | Cc: |
Description
Steps to reproduce:-
- Activate Twenty Sixteen theme.
- Choose Pullquote block.
- Add text color and see the post.
Both editor and front side color is not reflected.
Attachments (2)
Change History (4)
@
2 years ago
This only applies to the blockquote when the user has chosen any color which means blockquote parent .has-text-color class in it. Otherwise, It always has the default color.
#2
@
2 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
- Summary changed from Twenty Sixteen Pullquote block text color is not reflected at editor and front side both to Twenty Sixteen: Pullquote block text color is not reflected at editor and front side both
Note: See
TracTickets for help on using
tickets.
Hi!
This PR would be a breaking change for users who is not using the text color option, or that uses an older WordPress version where the text color option is not enabled.
On existing sites, the text color that is already in use would be removed, and that would be an unexpected change for users.
Also, please consider that the quote text and citation text has different colors in this theme, and that the design should be respected.
In WordPress 6.0.2, pull quote blocks that has a text color added with the color option receives a CSS class called
has-text-color
. Have you tried using that class to limit the CSS change to when the color option is in use?