• integra

    (@integrarealestate)


    i would like to remove the front end log in on the site. I will only be adding listings from the back end for the time being..

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well honestly i have no idea why it appears in your footer , but the easiest way is to add this code to your css
    .modal {
    display: none;
    }

    Thread Starter integra

    (@integrarealestate)

    okay now how do i remove all the jiberish links in the footer?

    • This reply was modified 6 years, 10 months ago by integra.

    which links ? if you mean thouse in .footer-wrapper the best option is to check your theme options if it has footers options try to play with
    but here is a css to completely remove footer if you don’t need it looks like it should have footer menu option and widgets section in your footer 😀
    .footer-widgets, .site-footer, .footer-info {
    display: none;
    }

    • This reply was modified 6 years, 10 months ago by dobriku.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove front end log in’ is closed to new replies.