Hide post date in "recent post" section and remove gap in footer

Hi mod,
My website is https://akaricitybinhtan.com
I want to hide post date in “recent post” section and remove the gap in footer (I attacked image below).
Many thank for your help!

hey there

Hope you are having a good day and thank you for your question
Please add this CSS in appearance - customize - additional CSS

.recent-posts .date {
display: none;
}
.container.footer-inner .row:last-child {
display: none;
}
footer#colophon {
padding-bottom: 0px !important;
}

Thanks!
Colorlib Support Team

Thank you!
It works perfectly.

You are welcome :slight_smile:
I will close this case now, Feel free to contact us again if you have other questions Thanks!