Skip to content

Commit 1696de8

Browse files
author
cristian-ungureanu
authored
Merge pull request #77 from Codeinwp/fix-/penultimate-section-background-on-homepage
Adds accent color on testimonials section homepage + changes
2 parents bfe8ee1 + ebd3403 commit 1696de8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

inc/patterns/layout/columns-testimonials.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
'categories' => array( 'neve-fse' ),
2424
'keywords' => array( 'Columns', 'testimonial', 'client', 'review' ),
2525
'content' => '
26-
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"64px","bottom":"64px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"40px"}},"layout":{"inherit":true,"type":"constrained"}} -->
27-
<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:64px;padding-bottom:64px">
26+
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"64px","bottom":"64px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"40px"}},"backgroundColor":"ti-accent","textColor":"ti-fg-alt","layout":{"inherit":true,"type":"constrained"}} -->
27+
<div class="wp-block-group alignfull has-ti-fg-alt-color has-ti-accent-background-color has-text-color has-background" style="margin-top:0px;margin-bottom:0px;padding-top:64px;padding-bottom:64px">
2828
<!-- wp:group {"align":"wide"} -->
2929
<div class="wp-block-group alignwide">
3030
<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"24px","left":"24px"}}}} -->
@@ -44,7 +44,7 @@
4444
<!-- /wp:paragraph -->
4545
4646
<!-- wp:paragraph {"align":"left","fontSize":"small"} -->
47-
<p class="has-text-align-left has-small-font-size"><strong>JOHN DOE</strong></p>
47+
<p class="has-text-align-left has-small-font-size"><strong>JANE DOE</strong></p>
4848
<!-- /wp:paragraph -->
4949
</div>
5050
<!-- /wp:group -->
@@ -66,7 +66,7 @@
6666
<!-- /wp:paragraph -->
6767
6868
<!-- wp:paragraph {"align":"left","fontSize":"small"} -->
69-
<p class="has-text-align-left has-small-font-size"><strong>JANE DOE</strong></p>
69+
<p class="has-text-align-left has-small-font-size"><strong>JOHN DOE</strong></p>
7070
<!-- /wp:paragraph -->
7171
</div>
7272
<!-- /wp:group -->
@@ -88,7 +88,7 @@
8888
<!-- /wp:paragraph -->
8989
9090
<!-- wp:paragraph {"align":"left","fontSize":"small"} -->
91-
<p class="has-text-align-left has-small-font-size"><strong>GEORGE DOE</strong></p>
91+
<p class="has-text-align-left has-small-font-size"><strong>MARIA DOE</strong></p>
9292
<!-- /wp:paragraph -->
9393
</div>
9494
<!-- /wp:group -->

inc/patterns/layout/portfolio-columns.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
'categories' => array( 'neve-fse' ),
2323
'keywords' => array( 'Columns', 'portfolio', 'cover' ),
2424
'content' => '
25-
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"64px","bottom":"64px"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"ti-fg-alt","layout":{"type":"constrained"}} -->
26-
<div class="wp-block-group alignfull has-ti-fg-alt-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:64px;padding-bottom:64px">
25+
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"64px","bottom":"64px"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"ti-bg","layout":{"type":"constrained"}} -->
26+
<div class="wp-block-group alignfull has-ti-bg-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:64px;padding-bottom:64px">
2727
<!-- wp:heading {"textAlign":"left","align":"wide"} -->
2828
<h2 class="wp-block-heading alignwide has-text-align-left">Featured Work</h2>
2929
<!-- /wp:heading -->

0 commit comments

Comments
 (0)