[wp-trac] [WordPress Trac] #47019: Twenty Sixteen: Text color setting in pullquote block not applied

WordPress Trac noreply at wordpress.org
Tue Apr 23 16:01:27 UTC 2019


#47019: Twenty Sixteen: Text color setting in pullquote block not applied
---------------------------+-----------------------------
 Reporter:  kokkieh        |      Owner:  (none)
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:  5.1.1
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 Text color settings in the pull quote block are not being applied.

 To replicate:

 1. With Twenty Sixteen active, create a new post in the block editor
 2. Add a Pullquote block
 3. Add some text and try adjusting the color settings

 Result:

 The border color is applied, but the text color is not applied in either
 the editor or the published post.

 The source code for the post does show a class for the applied color:

 {{{
 <figure class="wp-block-pullquote" style="border-
 color:#ff675f"><blockquote class="has-text-color has-bright-blue-
 color"><p>This is a quote</p><cite>by me<br></cite></blockquote></figure>
 }}}

 But looking in the inspector it seems the color is instead being applied
 from the `blocks.css` file, line 170:


 {{{
 .wp-block-pullquote p {
         color: #686868;
         font-size: 19px;
         font-size: 1.1875rem;
 }
 }}}

 Reported by a WordPress.com user in the
 [https://en.forums.wordpress.com/topic/cannot-change-text-color-in-pull-
 quote-block/ forums], but confirmed on a self-hosted installation as well.
 Also tested with no plugins active at all to rule out possible conflicts.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47019>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list