Hello, I’d like to make this title smaller.
How Can I write my CSS for this?
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!!
1 Like