Can't get footer to show on my website

I hope someone can help me out. I’m really no good with all the technical stuff. I can’t seem to figure out how to make my footer visible (with my copyright information, about page and privacy policies page).
Here is my website: www.koreanskincaretips.com
I have set up the footer widget but it’s still not showing.
Sorry if it’s something really easy to fix! Biochemistry is more my thing!

I’ve fixed the issue with my pages not showing in my footer (via Theme Editor), however if someone could provide some CSS code for my copyright line to be black (not white), that would be really kind.

Hi Kathrin,

Glad you have found the fixed for your issue.

Do you mean copyright font color? If yes, see this: https://screencast-o-matic.com/watch/cqlhfZUKM1

.x-colophon.bottom .x-colophon-content {
    color: #000;
}

The following will help you for more CSS changes:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.