How Do I Change The Background Colour Of A Single Page In SoCast Engage?
- Log in to SoCast Engage.
- Go to Website > Pages > All Pages.
- Search for and edit the page you want to update.
- Switch to Backend Editor and click the gear icon to access Page Settings.
- Paste your custom CSS code into the designated area. For example, to set the background color to pink, use
background-color: pink;
. - Click Save Settings.
- Click Update or Publish to apply and save the changes.
You can change the color by editing the CSS code and replacing "pink" with your preferred color.
Please be aware that we do not provide custom CSS code. Any required CSS must be created and implemented on your end.