-
Hello @Will Roberts!
The settings of the block's title can be changed by editing the .bx-db-title CSS class in the Artificer Custom Styles area. It will look like this:
.bx-db-title {
font-size: new size;
}
You may share here the screenshot with the text which you want to change too.
-
I would like to change this font all throughout my site to another font.
-
Go to developer app -settings-quill format area where you can make changes. Your will need to add the fonts in the quill mod files using file manager on hosting. Check Quill site for quill editor set up.
Here is an example of adding font selection to editor menu. It will only show the fonts that are available.
[{ font: [] }],[{ 'header': [1, 2, 3, 4, 5, 6, false] },'bold','italic','underline','clean'],[{ 'align': [] },{'list':'ordered'}, {'list':'bullet'},{'indent': '-1'},{'indent': '+1'},'blockquote',{ 'color': [] }, { 'background': [] },{ 'direction': 'rtl' },'link','image','embed','code-block','emoji','show-html']
-
Resized_Screenshot_20230421-110645_590003894761023.jpeg