Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Update the Testimonials Single pattern to have no opinionated styles #10275

Merged
merged 2 commits into from
Jul 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions patterns/testimonials-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@

<!-- wp:column {"layout":{"type":"default"}} -->
<div class="wp-block-column">
<!-- wp:heading {"level":4,"style":{"typography":{"textTransform":"none","fontSize":"18px"},"color":{"text":"#000000"}}} -->
<h4 class="wp-block-heading has-text-color" style="color:#000000;font-size:18px;text-transform:none"><strong>Great experience</strong></h4>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><strong><?php esc_attr_e( 'Great experience', 'woo-gutenberg-products-block' ); ?></strong></p>
albarin marked this conversation as resolved.
Show resolved Hide resolved
<!-- /wp:paragraph -->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"},"color":{"text":"#000000"}}} -->
<p class="has-text-color" style="color:#000000;font-size:18px">In the end the couch wasn't exactly what I was looking for but my experience with the Burrow team was excellent. First in providing a discount when the couch was delayed, then timely feedback and updates as the...
</p>
<!-- wp:paragraph -->
<p><?php esc_attr_e( 'In the end the couch wasn\'t exactly what I was looking for but my experience with the Burrow team was excellent. First in providing a discount when the couch was delayed, then timely feedback and updates as the...', 'woo-gutenberg-products-block' ); ?></p>
albarin marked this conversation as resolved.
Show resolved Hide resolved
<!-- /wp:paragraph -->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"},"color":{"text":"#646970"}}} -->
<p class="has-text-color" style="color:#646970;font-size:18px">~ Anna W.</p>
<!-- wp:paragraph -->
<p>~ Anna W.</p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:column -->
Expand Down