Footer Problem - by Zeeshan - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp

  • Avatar: Zeeshan
    Zeeshan
    Participant
    February 21, 2016 at 17:08
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    February 22, 2016 at 09:23

    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.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.