Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #437067

    I just updated to the newest theme version, and a strange 1 px white line and a very small arrow icon have appeared in my footer. It seems the small arrow links to the login page for some reason.

    Any ideas?

    Thanks,
    Tom

    • This topic was modified 8 years, 11 months ago by tmunz.
    #437102

    Sorry, don’t know a solution, but I can confirm the issue.
    I have marked the arrow icon in the screenshot in red. The arrow seems to link to the rightmost footer menu item. What’s remarkable is that the left page border should be where the blue line is:

    Screenshot

    Another thing: The footer menu seems to be no longer responsive from a certain point on…?

    Wordpress 4.2.1 / Enfold 3.1.4

    #437344

    Hi!

    Thank you for using Enfold.

    Use this to disable the arrow:

    .socket_color .avia-bullet {
      display: none;
    }

    And this to fix the border:

    #socket .container {
      top: 1px;
    }

    Best regards,
    Ismael

    #437471

    Hey Ismael,

    The code worked to disable the arrow, but the border still remains.

    Thanks,
    tom

    #437482

    Hi!

    Please add following code to Quick CSS as well

    #socket .avia-menu-fx {
      display: none !important;
    }

    Regards,
    Yigit

    #437483

    That worked, thanks Yigit!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Unwanted Thin White Line and Arrow Icon in Footer’ is closed to new replies.