Title: Remove Anfang
Last modified: November 2, 2022

---

# Remove Anfang

 *  Resolved [Roger Vikstrom](https://wordpress.org/support/users/roger-vikstrom/)
 * (@roger-vikstrom)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/remove-anfang/)
 * Change from TT 2 TO TT3 can not find how to remove the anfang. its on several
   pages like obove and like this [https://www.rvbild.se/fjallraven-ar-fridlyst/](https://www.rvbild.se/fjallraven-ar-fridlyst/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-anfang%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Alvaro Gómez](https://wordpress.org/support/users/mrfoxtalbot/)
 * (@mrfoxtalbot)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/remove-anfang/#post-16160059)
 * hi [@roger-vikstrom](https://wordpress.org/support/users/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!
 *  [UXL Themes](https://wordpress.org/support/users/uxl/)
 * (@uxl)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/remove-anfang/#post-16160212)
 * Hi [@roger-vikstrom](https://wordpress.org/support/users/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)’.
 *  [UXL Themes](https://wordpress.org/support/users/uxl/)
 * (@uxl)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/remove-anfang/#post-16160292)
 * 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.
 *  [Alvaro Gómez](https://wordpress.org/support/users/mrfoxtalbot/)
 * (@mrfoxtalbot)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/remove-anfang/#post-16161461)
 * Thank you for helping clarify this [@uxl](https://wordpress.org/support/users/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](https://www.rvbild.se/wp-admin/customize.php)
 * Once you add the code above, your site should look like this:
 * [⌊Screen Shot on 2022 11 03 at 16 11 31⌉⌊Screen Shot on 2022 11 03 at 16 11 31⌉[
 * I hope that helps!
    -  This reply was modified 3 years, 7 months ago by [Alvaro Gómez](https://wordpress.org/support/users/mrfoxtalbot/).
 *  Thread Starter [Roger Vikstrom](https://wordpress.org/support/users/roger-vikstrom/)
 * (@roger-vikstrom)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/remove-anfang/#post-16161509)
 * wow thank you so so much

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Anfang’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwentythree/1.6/screenshot.
   png)
 * Twenty Twenty-Three
 * [Support Threads](https://wordpress.org/support/theme/twentytwentythree/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwentythree/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwentythree/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwentythree/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Roger Vikstrom](https://wordpress.org/support/users/roger-vikstrom/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/remove-anfang/#post-16161509)
 * Status: resolved