.screen-heading class
Description area on the user profile screen.
The following illustrations show:
-
The .screen-heading style before applying CSS changes.
-
The .screen-heading style after the background-color property has been changed to purple and the color property has been changed to white.
| Default CSS | Modified CSS |
|---|---|
![]() | ![]() |
| .screen-heading {<br /> text-align: center;<br />} | .screen-heading {<br /> text-align: center;<br /> background-color: purple;<br /> color: white;<br />} |
Updated 18 days ago


