---
title: "Breaking: #79100 - ext:felogin: Remove default CSS"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-79100"
source: "Changelog/8.6/Breaking-79100-FeloginRemoveDefaultCss.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #79100 - ext:felogin: Remove default CSS

See [forge#79100](https://forge.typo3.org/issues/79100)

## Description

The applied default CSS styles delivered by EXT:felogin may break the frontend output, for example
if CSS frameworks are used. The default styles need to get overridden in such case.

## Impact

EXT:felogin doesn't add default CSS styles anymore.

## Affected Installations

All installations using EXT:felogin with default/non-overwritten `plugin.tx_felogin_pi1._CSS_DEFAULT_STYLE`
TypoScript setup are affected.

## Migration

If your frontend relies on the default EXT:felogin CSS styles, make sure to add following CSS on
your own:

```css
.tx-felogin-pi1 label {
   display: block;
}
```
