Change List Title Font Size

Hello, I’d like to make this title smaller.
How Can I write my CSS for this? :upside_down_face:

Hi, this should do it:

.list-h1 {
font-size: 28px;
}

Change the 28px to whatever size you want.

I found out by right clicking and choosing ‘inspect’, then you can move the mouse down the css and it highlights the area the css correlates to.

2 Likes

hi, sah
Thank you so much!!
:smiley: :kissing_closed_eyes:

1 Like