• I’m using MH Magazine Lite theme in my site
    http://earnbyaffiliate.com
    recently after upgrading the theme i’m seeing a problem in footer. when scroll the mouse down to up,the footer font breaks down.Also there’e a link shown there,if i click then it goes to Google search,written site:earnbyaffiliate.com.
    why this happening? is it for any coding problem.i bet i never change any footer code.
    Experts plz help me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello amith552!

    I have checked out your site, it looks like that something is putting there a complete toolbar by the name of attracta toolbar.

    Visually it can be hidden with this css code:

    #attractaToolbar > table {
      display: none;
    }

    If you have a child theme installed (instructions on setting up one can be found here) than please paste this code to your child theme’s style.css file, or the easier way is to install the Simple Custom CSS plugin and add this code at Dashboard->Appearance->Custom CSS.

    Please let me know if this solves your issue.

    Cheers,
    Toth Balint BT

    Thread Starter James

    (@amith552)

    Many Many Thanks.Problem Fixed!!

    I am glad that I could solve your issue 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem in Footer’ is closed to new replies.