I would like to change the tag text at the very bottom of my page from its current grey. How can I do that?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-bottom .copyright { color: white; } This will change the color of the text in the footer.