Create Community Styles in a CSS Style Sheet
- Open an existing style sheet or create a new style sheet. (See Creating and Using CSS Style Sheets.)
- Click Edit Style Sheet Code.
- Add a new community style rule by using any of the available Network expressions. You can create both ID styles and class styles. Forexample:#main_content_block { background-color: {!Network.primaryColor}; color: {!Network.primaryComplementColor};}.secondary_content_blocks{ background-color: {!Network.zeronaryColor}; color: {!Network.zeronaryComplementColor};}
- Apply the new styles to elements on other pages.