The text in the footer of the colorway themes just looks washed out to me. We want it to have more punch...like white. How do we accomplish this please and thank you
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-container h4 { color: white ! important; } .footer-container .textwidget { color: white; } .footer-container a{ color: white; } In place "white" you can put your color or color code. This will solve your issue.