CSS
```mediawiki
ActiveCampaign Agency CSS Guide[edit | edit source]
Overview[edit | edit source]
This guide provides information on how to use CSS (Cascading Style Sheets) within ActiveCampaign for agency accounts. CSS allows you to customize the appearance of your emails, landing pages, and forms.
Using CSS in ActiveCampaign[edit | edit source]
To effectively utilize CSS in your ActiveCampaign projects, follow these guidelines:
Adding Custom CSS[edit | edit source]
1. Navigate to the design section of your email or landing page. 2. Locate the option to add custom CSS. 3. Input your CSS code to modify styles as needed.
Best Practices[edit | edit source]
- Ensure your CSS is compatible with various email clients. - Test your designs across different devices to confirm responsiveness. - Use inline styles where necessary for better compatibility.
Troubleshooting[edit | edit source]
If you encounter issues with your CSS not displaying correctly: - Double-check your CSS syntax for errors. - Verify that your styles are not being overridden by default styles. - Use the developer tools in your browser to inspect elements and troubleshoot.
Additional Resources[edit | edit source]
For more detailed information, refer to the following resources:
- [CSS Tricks](https://css-tricks.com/)
- [W3Schools CSS Tutorial](https://www.w3schools.com/css/)
See Also[edit | edit source]
For further details, visit the original article on ActiveCampaign: [ActiveCampaign Agency CSS guide](https://help.activecampaign.com/hc/en-us/search/click?data=BAh7DjoHaWRzKwhj1a7SUwA6D2FjY291bnRfaWRpAzUNBDoJdHlwZUkiDGFydGljbGUGOgZFVDoIdXJsSSJjaHR0cHM6Ly9oZWxwLmFjdGl2ZWNhbXBhaWduLmNvbS9oYy9lbi11cy9hY2F0aXZlY2FtcGFpZ24tQWdlbmN5LUNTUy1ndWlkZQY7CFQ6DnNlYXJjaF9pZEkiKWRjMTE1YmRmLWU4YTktNDIxOC04MGI0LWFjZGM0YzQ1ZmYzZgY7CEY6CXJhbmtpBjoLbG9jYWxlSSIKZW4tdXMGOwhUOgpxdWVyeUkiCENTUwY7CFQ6EnJlc3VsdHNfY291bnRpHw%3D%3D--a6559a3efefb80bbb363fa05bf642f2cd7970234) ```