How can I modify the footer lines and text position on my website?

2 questions about the footer

1: I want the lines removed in the footer, both lines. So the page is completely white
2: I want @2023 , win in the middle of the page, it is now in the left corner

site is winandgetrich.com (no code needed)

Hi @winandgetrich ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-footer.css->paste below code at the bottom of the file:

footer.footer.color-background-1.gradient.section-sections--17749087256842__footer-padding,
.footer__content-bottom{
    border: none !important;
}

.footer__content-bottom-wrapper.page-width {
    justify-content: center;
}

Hope my answer will help you.

Best regards,

Victor | PageFly