Tagged: x Author Posts March 21, 2017 at 6:43 am #1414795 nickohornyParticipant Hi, I would like to edit the 3 footer widgets on my page so all text to be white, including their titles which at the moment are not visible. Also how can I remove the lines between items? Thanks. March 21, 2017 at 6:44 am #1414797 nickohornyParticipant This reply has been marked as private. March 21, 2017 at 10:05 am #1415013 ThaiModerator Hi There, Please add the following CSS under Customizer > Custom > Global CSS: .x-colophon.top h4.h-widget, .x-colophon.top .textwidget { color: #fff; } .widget ul li, .widget ol li, .widget ul, .widget ol { border: none; } Hope it helps 🙂 Author Posts