Hello, Paste the following code to change the color of sidebar widget title, in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .sidebar h3 { color: green; } Paste the following code to change the color of footer widget title, in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .footer h5 { color: green; } In place of "green" you can put your color or color code. This will solve your issue.