Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change set introduces a new spa-focused style and pattern suite that expands the theme’s visual offerings and content layouts. It adds multiple block patterns, including header, footer, hero, CTA, testimonials, reviews, pricing, and shop/wellness layouts, alongside a large set of local WebP assets to support those patterns. Theme configuration updates span
theme.jsonand several style variations, including a newstyles/spa-wellness.json, to align typography, colors, and layout behavior with the new aesthetic. New variable font files are added to the assets pipeline to support updated typography choices. Documentation and theme metadata are refreshed inREADME.md,readme.txt,CHANGELOG.md, andstyle.cssto reflect the updated feature set.Theme Patterns and Media:
patterns/images/spa/and subfolders to ensure patterns rely on bundled assets rather than external sources.Theme Configuration and Styling:
theme.jsonand multiple style variations (styles/denim-copper.json,styles/forest-sage.json,styles/orange.json,styles/teal-bay.json) to align global presets with the new spa design.styles/spa-wellness.jsonas a dedicated variation to encapsulate the new palette and typographic configuration.Typography and PHP Integration:
functions.phpto register or integrate the new assets and pattern changes with theme initialization.Documentation and Release Notes:
CHANGELOG.md,README.md,readme.txt, andstyle.cssto document the spa style release and describe the new patterns and assets.Files Changed:
CHANGELOG.md(Modified)README.md(Modified)functions.php(Modified)patterns/client-reviews.php(Modified)patterns/pricing-comparison.php(Modified)readme.txt(Modified)style.css(Modified)styles/denim-copper.json(Modified)styles/forest-sage.json(Modified)styles/orange.json(Modified)styles/teal-bay.json(Modified)theme.json(Modified)assets/fonts/cormorant-garamond/CormorantGaramond-Italic-VariableFont_wght.woff2(Added)assets/fonts/cormorant-garamond/CormorantGaramond-VariableFont_wght.woff2(Added)assets/fonts/quicksand/Quicksand-VariableFont_wght.woff2(Added)patterns/footer-with-nav-columns.php(Added)patterns/four-column-wellness-posts.php(Added)patterns/header-top-bar-centered-menu.php(Added)patterns/images/spa/avatar-1.webp(Added)patterns/images/spa/avatar-2.webp(Added)patterns/images/spa/avatar-3.webp(Added)patterns/images/spa/avatar-4.webp(Added)patterns/images/spa/back-massage.webp(Added)patterns/images/spa/review-profile.webp(Added)patterns/images/spa/shop/bath-salt.webp(Added)patterns/images/spa/shop/massage-oil.webp(Added)patterns/images/spa/shop/serum.webp(Added)patterns/images/spa/shop/supplements.webp(Added)patterns/images/spa/spa-treatment-hot-stones.webp(Added)patterns/images/spa/spa-treatment-landscape.webp(Added)patterns/images/spa/spa-treatment-zoomed.webp(Added)patterns/images/spa/yoga-pose.webp(Added)patterns/overlapping-feature-columns-reversed.php(Added)patterns/overlapping-feature-columns.php(Added)patterns/review-text-image-overlap.php(Added)patterns/shop-overview-three-columns.php(Added)patterns/spa-booking-cta.php(Added)patterns/spa-home-hero.php(Added)patterns/testimonials-grid.php(Added)patterns/two-column-feature.php(Added)patterns/two-column-review.php(Added)patterns/wellness-cover-highlight.php(Added)styles/spa-wellness.json(Added)