To update the drop-down menu background color for nested items and the section heading border color in SoCast Engage, follow these steps:
<style>
.menu-dropdown { background-color: #2D3292; }
</style>
<style>
h2.section-heading { border-bottom: 4px solid #3AA5EB; }
</style>
After saving your changes, the drop-down menu for nested items will display a dark blue background, and section headings will have a light blue border. If you do not have access to Website Settings, please contact your SoCast administrator or support team to apply these changes for you.
Note: The exact class names (e.g., .menu-dropdown
, h2.section-heading
) may vary depending on your site's template. If you need help identifying the correct selectors, please reach out to SoCast support.