Member Sign-Up Block
Description
Once you've enabled your Member Areas (Home > Settings > Member Areas ) you can add the Member Sign-Up block anywhere on your site to give visitors a place to sign up for memberships.
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> .member-area-block { } </style>
Custom CSS
To target the entire member sign-up block
/* entire member sign-up block */ .member-area-block { }
To target the title
/* sign-up title */ .member-area-title { }
To target the price
/* sign-up block price */ .member-area-block .product-price { }
To target the description
/* sign-up description */ .member-area-description { }
To target the button
/* sign-up button */ .member-area-block .sqs-editable-button { }