Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 7dfa99f

Browse files
carolinantroychaplin
and
troychaplin
authored
Merge pull request #602 from troychaplin/update/portfolio-pattern-text-color
change: remove text color on theme name Co-authored-by: troychaplin <[email protected]>
2 parents 06d1cb1 + f2dc3fa commit 7dfa99f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patterns/page-portfolio-home.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@
222222
<div class="wp-block-group alignwide">
223223
<!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
224224
<div class="wp-block-group alignwide">
225-
<!-- wp:paragraph {"textColor":"accent-4","fontSize":"small"} -->
226-
<p class="has-accent-4-color has-text-color has-small-font-size"><?php esc_html_e( 'Twenty Twenty-Five', 'twentytwentyfive' ); ?></p>
225+
<!-- wp:paragraph {""fontSize":"small"} -->
226+
<p class="has-small-font-size"><?php esc_html_e( 'Twenty Twenty-Five', 'twentytwentyfive' ); ?></p>
227227
<!-- /wp:paragraph -->
228228
<!-- wp:paragraph {"fontSize":"small"} -->
229229
<p class="has-small-font-size"><?php esc_html_e( '[email protected]', 'twentytwentyfive' ); ?><br><?php echo esc_html_x( '+1 555 349 1806', 'Phone number.', 'twentytwentyfive' ); ?></p>

0 commit comments

Comments
 (0)