How to Add CSS Styles to a Gutenberg Block
In this lesson, I will show you two ways of adding CSS styles to your custom Gutenberg block: using inline styles and enqueueing stylesheet files with the help of the block.json file.
In the video below, we will continue working with the “Subscription form” block from this course to make it look nice.
Disable Gutenberg Blocks
Once I decided to use Gutenberg editor for my websites I faced with is the huge amount of default blocks, which is cool of course, but I’m such a minimalist.
In this tutorial I am going to show several ways how you can hide or completely restrict the usage of specific blocks on your website.