← Main site

Buttons & Inputs

The Buttons & Inputs section controls the visual style of all theme-generated buttons — WooCommerce buttons, Read More buttons, form submit buttons, and shortcode buttons. Find it at Appearance → Customize → Buttons & Inputs.

🔑

This section requires an active license. If you do not see it in the Customizer, activate your license at Appearance → Tabule → License.

Button settings

SettingDefaultDescription
Background color#6f8e1dDefault button background.
Background color on hover#5e7919Background when the button is hovered.
Text color#FFFFFFButton label text color.
Text color on hover#FFFFFFButton label color on hover.
Border radius0 pxRange: 0–100 px. Set to 50 for pill-shaped buttons.
Padding top / bottom10 pxVertical padding inside the button.
Padding left / right16 pxHorizontal padding inside the button.
Enable box shadowOffAdds a drop shadow to buttons.
Box shadow colorrgba(0,0,0,.45)Shadow color (visible only when box shadow is on).

Which buttons are affected

These settings apply globally to:

  • Theme-generated Read More buttons on archive pages
  • The [tbl_btn] shortcode when no custom colors are specified
  • WooCommerce "Add to Cart," "View Cart," and "Proceed to Checkout" buttons
  • Form submit buttons (comments, search)

Per-button color overrides

The [tbl_btn] shortcode accepts color_bg and color_text parameters that override the global Customizer settings for individual buttons. See the Button shortcode article for full details.