-
Notifications
You must be signed in to change notification settings - Fork 219
Add global styles to all WC Blocks #4965
Comments
Add global style for product categories list block
Add global style for product categories list block
Add global style for product categories list block
Add global style for product categories list block
Add global style for product categories list block
Heads-up that I'm removing the |
* Add global style for product categories list block #4965 Add global style for product categories list block * add support for link color * add feature flag * fix code style and PHP warning * update doc comment * remove empty space * refactor StyleAttributesUtils (#5277) Co-authored-by: Tung Du <[email protected]>
* Add global style for product categories list block woocommerce#4965 Add global style for product categories list block * add support for link color * add feature flag * fix code style and PHP warning * update doc comment * remove empty space * refactor StyleAttributesUtils (woocommerce#5277) Co-authored-by: Tung Du <[email protected]>
* Add global style for product categories list block woocommerce#4965 Add global style for product categories list block * add support for link color * add feature flag * fix code style and PHP warning * update doc comment * remove empty space * refactor StyleAttributesUtils (woocommerce#5277) Co-authored-by: Tung Du <[email protected]>
Mini Cart Block: the color of the badge reflects the global style #4965
Enable global style for category list block
I'm editing the issue description. The |
The |
Rating Product block: add support for global style
Featured Product block: enable global style
* Product title: add support global style #4965 * add specific type * add custom save function * move hooks in a specific folder * fix crash on WP 5.8 * fix global style title color (#5548) Co-authored-by: Tung Du <[email protected]>
Attribute Filter block: enable global style #4965
Price Filter block: enable global style #4965
Product Image block: enable global style #4965
Product Image block: enable global style #4965
Sale Product block: enable global style #4965
* Product title: add support global style #4965 * add specific type * add custom save function * move hooks in a specific folder * fix crash on WP 5.8 * Featured Category block: Add support for global style #4965 Featured Category block: Add support for global style * fix border color * fix opacity * fix border radius * fix order rules css
* Product title: add support global style #4965 * add specific type * add custom save function * move hooks in a specific folder * fix crash on WP 5.8 * Featured Category block: Add support for global style #4965 Featured Category block: Add support for global style * fix border color * Featured Product block: enable global style #4965 Featured Product block: enable global style * fix border color * fix eslint error * fix opacity * fix border radius * fix opacity * disable font-size support * restore height for featured product and featured category
* Product title: add support global style #4965 * add specific type * add custom save function * move hooks in a specific folder * fix crash on WP 5.8 * Featured Category block: Add support for global style #4965 Featured Category block: Add support for global style * fix border color * Attribute Filter block: enable global style #4965 Attribute Filter block: enable global style #4965 * fix eslint error * fix test * add comments about !important
* Product title: add support global style #4965 * add specific type * add custom save function * move hooks in a specific folder * fix crash on WP 5.8 * Featured Category block: Add support for global style #4965 Featured Category block: Add support for global style * fix border color * Sale Product block: enable global style #4965 Sale Product block: enable global style #4965 * add comment
* Product title: add support global style #4965 * add specific type * add custom save function * move hooks in a specific folder * fix crash on WP 5.8 * Featured Category block: Add support for global style #4965 Featured Category block: Add support for global style * fix border color * Product Image block: enable global style #4965 Product Image block: enable global style #4965 * fix test
* Product title: add support global style #4965 * add specific type * add custom save function * Rating Product block: add support for global style #4965 Rating Product block: add support for global style * add feature flag * fix import after merge * fix global style css generation * restore css for classic product rating html element * don't apply the global style to PHP blocks * remove registration
At the end, we decided to convert the |
We would like to add global styles to all WC Blocks.
Below, there is a list of which styles we would like each block to have enabled:
Product Search: text color, background color (including gradients), border (color and radius -- it should behave as the Search block from Gutenberg), width.(on hold, we might rewrite this block soon)Reviews (Update Reviews blocks so they use block styles #4323): font size, text color.Product element blocks
Add global styles to Product Title block #5009) (@gigitux Product Title block: add support global style #5515 )Price: font size, text color(on hold: Add global styles to all WC Blocks #4965 (comment))Some of them are experimental, so you might need Gutenberg installed to get them working.
One challenge of this issue is that we might need to update the blocks to use
apiVersion: 2
.The text was updated successfully, but these errors were encountered: