Hi @marco-raaphorst
Not sure if there’s a direct way in WordPress, but our plugin can help you with this, it has an Advanced Typography control for all core blocks with 100+ google fonts that you can choose from
You will need to make some configuration first:
– On the Block Controls Menu, Go to Control Manager and search for comments block
– Disable all other controls if you don’t need them
– At top in the target choose css class and put that class in: comment-reply-title
– Hit save
– Go to the site editor, select single posts template then select comments block
– Typgraphy appears on the right where you can change the font ( check the pictures below )
https://monosnap.com/file/ii1VDiGixq4JMdVruUHkLENTtU68y9
https://monosnap.com/file/Lj4cI1fcHCFUWzV6m7vKLOdjAHSKRP
Check it out here, it’s totally free:
https://ww.wp.xz.cn/plugins/advanced-block-controls/
If you need any help let use know π
-
This reply was modified 1 year, 11 months ago by
Abder Dara.
-
This reply was modified 1 year, 11 months ago by
Steven Stern (sterndata). Reason: replaced short link for plugin
-
This reply was modified 1 year, 11 months ago by
Abder Dara. Reason: Not correct plugin link
Hello @marco-raaphorst
To change the font of the “Geef een reactie” title, go to Appearance > Customize > Additional CSS in your WordPress dashboard. Add the following CSS code
.comment-reply-titleΒ {
font-family: var(–wp–preset–font-family–inter);
}
For a visual guide, check out this screenshot.
Thanks, added the css but doesn’t seem to work π
thanks @wptalii still confusing for me how to find this setting on the block, see:
https://marcoraaphorst.nl/wp-content/uploads/2024/06/Schermafbeelding-2024-06-18-om-17.36.00.png
UPDATE: I see this feature is only available as Premium upgrade. So I understand.
@marco-raaphorst It looks like you have disabled Typography control for this block, to fix this, make sure that the settings for the comments control look like this:
https://monosnap.com/file/8nHXcCCW23FiYTUmNbfStXAAj2amlY
After making theh changes like this, hit save, then refresh the page on the editor, it should appear π
Please let us know if it worked for you
-
This reply was modified 1 year, 11 months ago by
Abder Dara.
-
This reply was modified 1 year, 11 months ago by
Abder Dara.
Found it, it’s this CSS:
.comment-reply-title {
font-family: var(--wp--preset--font-family--inter);
}
@marco-raaphorst glad this one has worked for you.
if you find our plugin useful please share your feedback and help us spread the word, and if you can leave a review for it, it will help us a lot at this stage
kind regards,