welcome to the family!

- Guides For You
- Guides For You
- Lists + Contacts
- Site
- Communication
- Products
- Content
- Automation
- Marketing
- Settings
- International Business Guides
- Troubleshooting Guides
- Can't access the content they purchased?
- Email Shows "Read" But not "Delivered"
- Trouble Shooting Stripe payment issues
- Troubleshooting Email Addresses
- Trouble shooting opt-in form issues
- Why my E-mail not being delivered?
- CSV file not importing
- Troubleshooting Forum Notifications
- Trouble Shoot price issues
- Debug a Facebook Share
- When PayPal Payments Don't Get through to Simplero Even Though They're Paid in PayPal
- My Customers QuickPay Transaction Didn’t Register in Simplero?
- Deprecated Features
- Other
- Simplero in Denmark
- Guides for your customers
- Guides for your customers
- Forgot Your Password or User ID
- Your Account Page
- Updating your email address
- Accessing a Membership Site
- Managing Payment for a Purchase
- Accessing an Opt-in from a List I joined
- Accessing a Product I Purchased
- Denied access to a space you purchased or subscribed to
- Managing an email Subscription
- Accessing updating completed worksheets in Simplero
- Viewing Receipts for Purchases
- Affiliate Accounts
- Your Profile
- Password Security
- Merge multiple Simplero IDs to one
- Podcast Feature
- Managing Notifications in a Space
- Viewing Your Space Activity
- Accessing a Web Archive of Emails
- Taking a quiz
- Membership Site Notifications
- Natural Entrepreneur
Changing the Color of the Notice Box in the Status Bar
How Do I Change the Color of the Notice Box in the Status Bar?
Go into Settings > Colors and Graphics. Scroll down to Advanced and in the Custom CSS code (optional) paste the code below. Be sure to add in your color code to replace the two lines items that have #ff1493
.alert-notice {
background-color: #ff1493;
border-color: #ff1493;
color: #fff;
}
