Branding editor color change to the Service Portal is not taking effect.Issue In the scenario where color changes when using the branding editor are not taking affect. For example, attempting to change the Navbar Divider color, but the new selected color is not reflected even after refreshing the page.ReleaseAll ReleaseCauseThe CSS property for the element that is not changing may have the css color property defined within the theme itself. When it is defined in the theme it can potential conflict and override any new property that is set from the branding editor. ResolutionSolution Proposed: To resolve the issue adding, the css property '!default' at the end of the property allows the editor selection to apply. Example. $sp-navbar-divider-color:#FF4C01 !default;