.card-heading class

img

Header for the individual profile management cards.

The following illustrations show:

  1. The .card-heading style before applying CSS changes.

  2. The .card-heading style after the background-color property has been changed to lightblue.

Default CSSModified CSS
imgimg
.card-heading {
border-bottom: 1px solid #f2f2f2;
}
.card-heading {
border-bottom: 1px solid #f2f2f2;
background-color: lightblue;
}