Hi,
I was able to remove some padding from the top of my first footer, but not sure how to remove the padding from the bottom of that same footer. I’m trying to go for a slimmer look. Also, how do I change the color of that same footer? Is this option built into the theme or should I use CSS? By the way, I’m referring to the white footer. The gray one is fine.
I used this code for the top and it works fine
footer.x-colophon.top {
padding: 15px 0;
}