Newer Version Available

This content describes an older version of this product. View Latest

CSS Overrides Migration for the Snap-Ins Sidebar Header Component

The CSS selector for the Snap-ins Sidebar Header component has changed. If you plan to continue using custom CSS overrides, migrate them forward after you update the template.

This topic identifies selector changes.

  • Use custom CSS sparingly because template updates might not support your customizations.
  • Custom CSS is now shared across all your community pages. If you used custom CSS for Login pages, copy it and close the CSS editor. Then navigate to a non-Login page, reopen the editor, and add the custom CSS.

Note

Header Background Color

Previous Selector New Selector
.sidebarHeader { background-color: #aaa; }
1.embeddedServiceSidebarHeader.sidebarHeader {
2background-color:#aaa;
3}