hi how do i remove all the random weird stuff thats under my footer?
my site is: www.plgd.tech
under the footer, the
hi how do i remove all the random weird stuff thats under my footer?
my site is: www.plgd.tech
under the footer, the
Hey @plgdtech ,
Do you have an app called giraffly installed? That’s what’s causing it.
Add this code in your base.css or theme.css file:
section.giraffly_Off-Canvas.giraffly-animated.fadeInRight {
display: none;
}