From 0d6b9770f46fca7ef49747a5097e101058018e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alba=20Rinc=C3=B3n?= Date: Thu, 4 Apr 2024 09:58:54 +0200 Subject: [PATCH] Fix the overlay color of the "Featured Category Triple" pattern (#46170) * Fix the overlay color of the "Featured Category Triple" pattern * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions --- .../46170-fix-featured-category-triple-overlay | 4 ++++ .../patterns/featured-category-triple.php | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay diff --git a/plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay b/plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay new file mode 100644 index 00000000000..67e8491a60a --- /dev/null +++ b/plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay @@ -0,0 +1,4 @@ +Significance: minor +Type: fix + +Fix the overlay color of the "Featured Category Triple" pattern. \ No newline at end of file diff --git a/plugins/woocommerce/patterns/featured-category-triple.php b/plugins/woocommerce/patterns/featured-category-triple.php index c8036181865..48d9a90569d 100644 --- a/plugins/woocommerce/patterns/featured-category-triple.php +++ b/plugins/woocommerce/patterns/featured-category-triple.php @@ -20,9 +20,9 @@ $third_title = $content['titles'][2]['default'] ?? '';
- +
- + <?php esc_attr_e( 'Placeholder image used to represent products being showcased in featured categories banner. 1 out of 3.', 'woocommerce' ); ?>
@@ -41,9 +41,9 @@ $third_title = $content['titles'][2]['default'] ?? '';
- +
- + <?php esc_attr_e( 'Placeholder image used to represent products being showcased in featured categories banner. 2 out of 3.', 'woocommerce' ); ?>
@@ -62,9 +62,9 @@ $third_title = $content['titles'][2]['default'] ?? '';
- +
- + <?php esc_attr_e( 'Placeholder image used to represent products being showcased in featured categories banner. 3 out of 3', 'woocommerce' ); ?>