Replies: 0
Hello,
I am attempting to change the text color of the footer on my site. I was able to change the footer background color by copying the following into Additional CSS:
.footer-widgets-wrapper {
background-color: #ececec;
}
I would like to change the footer text color to a black but cannot find the CSS for it. Thanks in advance.