Footer Widget Area Title and Text Font Color Support Forums for LiveMesh Themes & Plugins › Forums › Invent Theme Support › Footer Widget Area Title and Text Font Color Tagged: colour, footer, text, title, widget This topic has 5 replies, 3 voices, and was last updated 8 years, 1 month ago by Veena. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 11, 2016 at 3:37 am #19175 February 11, 2016 at 5:48 am #19185 VeenaModerator You can use the below custom CSS in themeoptions – #footer .inner { color: #000; } #sidebars-footer .widget-title { color: #000; border-bottom: 1px solid #555557; } or you can add your custom CSS like this – #footer .inner { color: #000000 !important; } #sidebars-footer .widget-title { color: #000000 !important; } February 14, 2016 at 5:38 am #19268 m16Member I am having trouble finding where to edit the footer area. Can you tell me where in the theme I can find this? https://qsnapnet.com/snaps/wppn4nauqz63l3d … I’ve looked everywhere, updated the theme and found nothing. February 15, 2016 at 4:42 am #19279 VeenaModerator The shared link is not working. If you are asking about footer bottom then you can modify it in Themeoptions > Footer tab. October 14, 2016 at 2:34 pm #24459 cmingayMember The CSS to change footer widget text/title colour is not working for me. I am using this code with no changes: #footer .inner { color: #3f3f3f; } #sidebars-footer .widget-title { color: #dd3e3e; border-bottom: 1px solid #555557; } October 17, 2016 at 5:49 am #24471 VeenaModerator You can try this modified custom CSS – #sidebars-footer { color: #000 !important; } #sidebars-footer .widget-title { color: #fff !important; } Author Posts Viewing 6 posts - 1 through 6 (of 6 total) The forum ‘Invent Theme Support’ is closed to new topics and replies.