Hello,
To remove line in footer add this code in Theme Options > Custom CSS > Global Custom CSS:
.copyright-3 .container .row-copyrights, .copyright .container .row-copyrights {
border-top: none;
}
To remove payment icons add empty Text widget into “Footer Links” area in Appearance > Widgets.
Add this code in Global Custom CSS to fix issue in IE browser:
.widget_nav_menu li a {
font: 14px/15px 'Raleway', Georgia, Helvetica, sans-serif;
}
.address-company {
font: 12px/22px 'Raleway', Arial, Helvetica, sans-serif;
}
.blog-post-list .media-heading a {
font: 12px/11px 'Raleway', Arial, Helvetica, sans-serif;
}
.main-footer .widget-title {
font-family: 'Raleway', sans-serif;
}
.blog-post-list .media-body {
font: 13px/20px 'Raleway', Arial, Helvetica, sans-serif;
}
.date-event {
font: 13px/15px 'Raleway', Arial, Helvetica, sans-serif;
}
Regards,
Eva Kemp.