Page Style Guide – Overview
This Style Guide outlines the core design elements used across the website to ensure consistency, clarity, and a polished user experience. These standards apply to typography, buttons, and color usage throughout all pages.
(Custom Gallery Block) Image Masks
How to insert special CSS classes into the advanced settings
To control which shape mask is applied to your gallery images, use custom classes in the block’s advanced area as follows:
Step-by-Step:
-
Add or Open the Block Editor and Choose the "List Gallery Layout":
Select the gallery block and add your image, text, descriptions and/or buttons.
Formatting the input areas uses Markdown, a cheatsheet can be found here: https://www.markdownguide.org/cheat-sheet/ -
Find the Advanced Area:
In the block’s settings panel, locate the "Advanced" tab. -
Add the Custom Class:
-
To use a hexagon mask, add:
featured-mask hex
-
To use a circular mask, add:
featured-mask circle
-
Classes should be entered without periods and separated by spaces, e.g.:
featured-mask hex -
You may also add any new mask shapes as needed in the future (e.g.,
featured-mask star
), however these will need to be developed. - Image alignment (by default the image is aligned to the right), by adding this class, it'll move to the left
featured-mask hex left
-
-
Save/Update the Block:
Make sure to save or update your changes so that the new classes are applied.
Notes: Only add one image per block