How can I change the color of the footer category text titles to blue. Also, how can I change the text in both the footer category titles and footer links area?
Hello, Go to Appearance > Theme Options > Styling Options > Custom CSS And paste following code in Custom CSS and press Save All Changes button. Paste below code to change color of footer category text titles to blue. Code: .footer_wrapper .footer_widget h6 { color: blue; } Paste below code to change color of footer links area. Code: .footer_wrapper .footer_widget ul li a { color: your desired color; } This will solve your issue. Thanks & Regards Yogesh Bhade