How to remove footer menu horizontal Lines

1.How to remove those black horizontal lines .
2.And how to change the font color of Email & Credit Text.
Please find the attachment

Hi Deepak,

I hope you are well today and thank you for your questions.

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Kind Regards,
Movin

  1. URL =gossc.in Please check it.
  2. Please tell any solid method to make site secure/Plugin (Free)
1.How to remove those black horizontal lines . 2.And how to change the font color of Email & Credit Text. Please find the attachment

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#footer-area .widget ul li {
    border-bottom: 0;
}
#footer-area .wpcw-widget-contact a {
    color: #ea2626;
}
#footer-area .copyright {
    color: #fff;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp