rcdesign / fluid-styled-content-custom-css
CSS fields for Fluid Styled Content
Installs: 1 382
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^11.5 || ^12.4 || ^13.4
- typo3/cms-fluid-styled-content: ^11.5 || ^12.4 || ^13.4
README
This extension adds some custom CSS fields to content elements of Fluid Styled Content.
Installation and Usage Guide
Installation
To install the extension, run the following command:
`composer require rcdesign/fluid-styled-content-custom-css`
Once installed, the extension is ready to use without any additional setup.
Usage
- Access the Custom CSS Field
- In the TYPO3 backend, navigate to the Appearance tab of a content element.
- You will find a new field named Custom CSS.
- Define a Custom CSS Class
- Enter your desired CSS class name into the Custom CSS field.
- By default, the class rc-animation is set.
- If needed, you can override it with your own class to apply custom styles.
- Custom Styling
- The extension comes with a predefined pulse animation applied to rc-animation.
- If this effect does not suit your needs, you can create your own CSS rules.
- Ensure that the custom class is correctly added to the Custom CSS field in TYPO3.
- Important Notes
- If no custom class is defined, the default rc-animation class will be used.
- To apply custom styles, make sure your CSS file is correctly included in your TYPO3 template.
- Always double-check that the class name entered in the Custom CSS field matches your CSS definition.
Now you can easily enhance your content elements with custom styling!