hi @roger-vikstrom!
What do you mean when you say “anfang”? I gather that it means “Beginning” but I am not sure what you are referring to.
If you could upload a screenshot to your site and add a link to it in your reply, that would help a lot!
Thank you!
Hi @roger-vikstrom
Are you referring to the “Drop Cap”? The large initial letter of each paragraph?
It seems Twenty Twenty-Three has removed support for the drop cap as a paragraph block style that can be selected in the editor.
If you have previously added those paragraphs with a different active theme, then you can remove it by removing the has-drop-cap CSS class from each paragraph.
In the paragraph block, toggle the ‘Advanced’ panel in the block sidebar settings and remove the has-drop-cap CSS from ‘Additional CSS class(es)’.
Correction: the has-drop-cap class is not available in ‘Additional CSS class(es)’ so it seems the only way to remove the Drop Cap (large initial letter) is to temporarily switch to another theme that has not removed Drop Cap support, then toggle the ‘Typography’ options and deselect ‘Drop cap’ for each paragraph.
Thank you for helping clarify this @uxl!
To avoid having to change themes and remove each dropcap manually, you can add the following CSS and “reset” these styles to make the first letter look just like the others.
p.has-drop-cap::first-letter {
font-size:inherit !important;
font-weight:inherit !important;
line-height:inherit !important;
margin:0 !important
}
To access the CSS editor in the Customizer when using FSE you’d need follow this direct link: https://www.rvbild.se/wp-admin/customize.php
Once you add the code above, your site should look like this:

I hope that helps!
-
This reply was modified 3 years, 7 months ago by
Alvaro Gómez.