Disable Drop Cap Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Plugin to disable drop cap in Gutenberg editor paragraph block.
Note for WordPress 5.8
With WordPress 5.8, you can use the new theme.json
feature to disable drop caps in your theme. Add a theme.json
with the following content in the root of your theme.
`json
{
“version”: 1,
“settings”: {
“typography”: {
“dropCap”: false
}
}
}
`
This plugin does continue working in WordPress 5.8 but be aware of this alternative solution.
Screenshots
No screenshots provided