Hi Rosie
You can add custom CSS to the Snap configuration. You can target specific pages by adding the page id and with that set specific rules for the login or main page.
You can add custom CSS to the Snap configuration. You can target specific pages by adding the page id and with that set specific rules for the login or main page.
Example:
#page-login-index #page {
background-color: #ff7f41;
}
Hope this helps.
Best regards,
Jonathan.