Skip to content

Instantly share code, notes, and snippets.

@sabernhardt
Created July 8, 2024 20:26
Show Gist options
  • Save sabernhardt/c75eaa010bad4d91c104b4847c2179ec to your computer and use it in GitHub Desktop.
Save sabernhardt/c75eaa010bad4d91c104b4847c2179ec to your computer and use it in GitHub Desktop.
Search blocks with color settings
Default Search block, no special options
<!-- wp:search {"label":"Search","buttonText":"Search"} /-->
Twenty Thirteen's Yellow background, no Text color
<!-- wp:search {"label":"Search","buttonText":"Search","backgroundColor":"yellow"} /-->
Twenty Thirteen's Yellow background with Dark Brown Text color
<!-- wp:search {"label":"Search","buttonText":"Search","style":{"elements":{"link":{"color":{"text":"var:preset|color|dark-brown"}}}},"backgroundColor":"yellow","textColor":"dark-brown"} /-->
Custom green background, no Text color
<!-- wp:search {"label":"Search","buttonText":"Search","style":{"color":{"background":"#50a51f"}}} /-->
Custom green background, theme's Yellow Text color
<!-- wp:search {"label":"Search","buttonText":"Search","style":{"color":{"background":"#34750f"},"elements":{"link":{"color":{"text":"var:preset|color|yellow"}}}},"textColor":"yellow"} /-->
Twenty Thirteen's Dark Sky gradient background, no Text color
<!-- wp:search {"label":"Search","buttonText":"Search","gradient":"dark-sky"} /-->
Custom red and black gradient background, no Text color
<!-- wp:search {"label":"Search","buttonText":"Search","style":{"color":{"gradient":"linear-gradient(180deg,rgb(0,0,0) 0%,rgb(164,11,11) 20%,rgb(112,112,112) 100%)"}}} /-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment