Changing Password Page text colors
To override the Password page title and description colors in Broadcast, you can use these CSS code snippets to modify the text appearance.
1. Title
CSS code snippet to modify title color:
/* -- Start Broadcast override code password page title -- */ .password-page__signup-form h3 { color: #333333; } /* - end - */
Replace #333333 with any valid hex color code to match your site design.
2. Newsletter description text
CSS code snippet to modify newsletter description text color:
/* -- Start Broadcast override code password page description -- */ .password-page__signup-form p { color: #333333; } /* - end - */
Replace #333333 with any valid hex color code to match your site design.
3. Credit text
CSS code snippet to modify credit color:
/* -- Start Broadcast override code password page credit text -- */ .password-page__signup-form small { color: #333333; } /* - end - */
Replace #333333 with any valid hex color code to match your site design.
4. Password page links
CSS code snippet to modify link color:
/* -- Start Broadcast override code password page links -- */ .password-page__signup-form a { color: #333333; } /* - end - */
Replace #333333 with any valid hex color code to match your site design.
How to add CSS code snippets in Broadcast
Instructions on how to add CSS - Click here
Hex Color Code References
http://www.colorhexa.com/web-safe-colors
https://picular.co/