Hello there,
I would like to change the color of footer with the text is white and text size to the smaller one. I couldn’t able to change it with this code. Please suggest how to accomplish this. Thank you.
footer1 {
background-color: #37474F; /* A shade of dark blue */
font-size: 14px;
color: #FFFFFF;
}