I would like for all of my headings, text and links in the footer area to match the footer widget heading color and read more link color that is above in the homepage feature area. I have attached a screenshot to illustrate. http://www.bandrdesign.dreamhosters.com/ Thanks in advance.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer div.textwidget span { color: #E2E2E2 ! important; } .footer ul li a { color: #E2E2E2 ; } .footer-bottom .copyrightinfo P { color: #E2E2E2 ; } In place of "#E2E2E2" you can put your color or color code. This will solve your issue.