Hi, I’m also having a problem on how to change my footer widget title. It’s color is #000000 (black) and I want to make it #ffffff (white). Im already using firebug to locate the source. Here’s the source from firebug:
#et_search_icon:hover, .mobile_menu_bar:before, .footer-widget h4, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .et_pb_member_social_links a:hover {
color: #000000 !important;
}
But I can’t just find where those sources came from. Thanks. I hope someon could help me fix this. Thank you!