Tagged: footer
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
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:
Another thing: The footer menu seems to be no longer responsive from a certain point on…?
Wordpress 4.2.1 / Enfold 3.1.4
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
Hey Ismael,
The code worked to disable the arrow, but the border still remains.
Thanks,
tom
Hi!
Please add following code to Quick CSS as well
#socket .avia-menu-fx {
display: none !important;
}
Regards,
Yigit
That worked, thanks Yigit!