• Closed
  • Kenneth Hitt
    Spectator
    August 1, 2016 at 10:30 pm #29531

    What is the custom CSS to change the text & link color for widget titles & content in the footer? I’m using a dark background but widget text is also dark and I can’t figure out how to change it.

    Denzel Chia
    Moderator
    Posts: 2656
    August 2, 2016 at 1:40 am #29533

    Hi,

    Please try using the following in Theme Options -> Custom CSS

    .footer-widgets .widget-title {
    color: #fff !important;
    }
    .footer-widgets .widget-content {
    color: #fff !important;
    }
    .footer-widgets .widget-content a {
    color: #fff !important;
    }