Member Areas
Description
Member Areas is a subscription for your users to access members-only pages on your website. Your visitors create an account and pay a membership fee (if you've set one) to access exclusive content on your site.
To Enable Member Areas: Home > Settings > Member Areas
Custom CSS
For style changes across multiple pages, add the code snippet to your Custom CSS panel and each page will be updated.
Advanced Code Injection
For style changes on one page, add the code snippet to the page Advanced Code Injection so only that page will be updated. Enclose your code in style brackets like this:
<style> .user-accounts-link { } </style>
Custom CSS
To target the header link for login
/* header link for login */ .user-accounts-link { }
To target the logged out text
/* logged out text */ .unauth { }
To target the logged in text
/* logged in text */ .auth { }