function add_custom_body_class($classes) {
if (has_blocks()) {
$classes[] = 'gutenberg-page';
}
if (is_woocommerce() || is_shop() || is_product_category() || is_product_tag()) {
$classes[] = 'woocommerce-page';
}
return $classes;
}
add_filter('body_class', 'add_custom_body_class');
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter