Change text case of Grid View in Layout 65

How do I make the text not capital while in “grid view” of Layout 65?

Follow the instructions below to remove the capitalization of the page titles while in Grid View of Layout 65.

1) While in your Control Panel, click “Colors” on the left-hand-side of the screen (or click the “Colors” tab).

2) Scroll down to the Advanced SCSS box and enter the following code:

/*** BEGIN: LAYOUT 65 - CHANGE TEXT CASE OF GRID VIEW ***/
.layout.l65 .grid1 li p {
text-transform: none;
}
/*** END: LAYOUT 65 - CHANGE TEXT CASE OF GRID VIEW ***/

3) Click “Save”