Home › Forums › Basel support forum › Widget titles Widget titles This topic has 5 replies, 2 voices, and was last updated 7 years, 6 months ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 31, 2017 at 10:20 am #14566 Suzanne van BredaParticipant Hi, I change the Widget titles font colour to #00a79d (turquoise) in the theme settings section, but it displays in white on my website. How do I change this? Kind regards, Suzanne Attachments:You must be logged in to view attached files. May 31, 2017 at 12:14 pm #14575 Artem TemosKeymaster Hi, Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. .footer-widget .widget-title { color:#00a79d; } May 31, 2017 at 12:43 pm #14578 Suzanne van BredaParticipant Thanks, that changed the colour of the heading text, but not the separator line under the heading this is still white. Attachments:You must be logged in to view attached files. May 31, 2017 at 6:34 pm #14587 Artem TemosKeymaster Add this code also .color-scheme-light .widget-title:before, .color-scheme-light .widgettitle:before { background-color: #00a79d; } June 1, 2017 at 8:14 am #14601 Suzanne van BredaParticipant Thanks June 1, 2017 at 8:29 am #14602 Artem TemosKeymaster You are welcome! Author Posts Tagged: widget titles Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register