You can use the CSS text-capitalize class with text to code example
Example: css all uppercase to capitalize
.link {
text-transform: lowercase;
}
.link::first-line {
text-transform: capitalize;
}
.link {
text-transform: lowercase;
}
.link::first-line {
text-transform: capitalize;
}