How Do I Add a Background Image to a Specific Page in SoCast Engage?

How Do I Add a Background Image to a Specific Page in SoCast Engage?

  1. Log in to SoCast Engage.
  2. Navigate to Website > Pages > All Pages.
  3. Search for and edit the page where you want to add a background image.
  4. Switch to the Backend Editor.
  5. Click the gear icon to access Page Settings.
  6. Paste your custom CSS code. For example:
    body { background-image: url('your-image-url.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; }
    Replace 'your-image-url.jpg' with the URL of your uploaded image. You can find the image URL in the Media Library by selecting the image and copying the link.
  7. Click Save Changes, then Publish/Update to apply the customization.

Note: Custom CSS may be affected by your site's theme or layout. If the background image does not appear as expected, it may be due to theme restrictions.