AE Connect is designed to be flexible and can be styled to match your website and branding. There are a few ways to customize the look and feel of your sign-up and login forms. One of those ways is using CSS. Here are a few examples of basic customization using CSS:
Example: Basic CSS styling of sign-up form
By assigning a CSS class to the form and submit button, you can style it using CSS. Here’s an example that customizes the form fields and submit button.
Adjust the HTML of the form to add CSS classes:
To add CSS in wordpress, click the View Page button in the upper right.
Select Customize from the top menu.
Select Additional CSS from the side navigation. Any changes you make to the CSS here will be previewed real-time on the page.
- Here’s the CSS:
And here’s what it looks like on the frontend:
Example: Basic CSS styling of social sign-up links
By assigning a CSS class to the social sign-up link, you can style it using CSS. Here’s a basic example that adds the Discord and Spotify logos and colors, as well as a color change with mouse hover:
Adjust the HTML of the links to add CSS classes:
To add CSS in Wordpress, click the View Page button in the upper right.
Select Customize from the top menu.
Select Additional CSS from the side navigation. Any changes you make to the CSS here will be previewed real-time on the page.
Here’s the CSS:
And here’s what it looks like on the front end:
Looking for more advanced customization? Read: AE Connect: Advanced Setup and Customization
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article