Greetings. I am using the Event Manager Site Template called Metis as our site page. I have been able to edit the code to change the button colors and the registration font colors, but cannot locate the line of code specific to the background color for the page. I seem to keep overlooking it, can you point me in the right direction; it is currently a white background. Many thanks.
Announcement
Collapse
Information Needed
To help us with upgrading your instance please make sure to:
See more
See less
Site Template Assistance
Collapse
X
-
Good day @AGarza
There is no specific class for background color but you may change the background color of the page by adding below tag under Custom Css:
body{
background-color:#hexcolor;
}
Please change "#hexcolor" code of your choice.
Hope that helps. Let us know if we can be of any further assistance.Regards,
Click & Pledge Support Department
On Salesforce? Help us by rating our app: Click & Pledge Donor Management on AppExchange
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support available Join between 3:00 - 3:30 p.m. ET Monday - Thursday: https://clickandpledge.com/webinars/
Are you on Salesforce? Join us at the Power of Us Hub: https://powerofus.force.com/0F980000000CjpC
Comment