Custom block titles do not appear even if Display Title is checked
Summary
Custom block titles do not appear even if the Display Title setting is checked.
Steps to reproduce
- Add custom block with Display Title setting checked
- place the block
Possible fixes
Display is set to none by default. Remove the settings.
.block.block-block-content h2.block-title {
display: none;
}
Attachments
Edited by Konstantinos Platis