When they search, make sure they find you!

Style Settings

Style settings let you adjust the visual appearance of buttons and interactive elements without writing CSS.

Button Color

A custom color (hex value) applied to the active filter button, load more button, and read more button. When set, this overrides the default primary color (#0073aa). Leave empty to use the default or your theme’s CSS variable override.

Shortcode: button_color="#e91e63"

Button Style

Controls the border radius of all buttons in the grid:

  • Square — No border radius (0px). Default.
  • Rounded — Subtle rounding (4px).
  • Pill — Fully rounded ends (999px).

Shortcode: button_style="pill"

Extra CSS Class

An additional CSS class added to the grid wrapper element. Useful for targeting a specific grid instance from your theme’s stylesheet.

Shortcode: el_class="my-custom-grid"