Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    These forums are for free themes available in the WordPress theme directory at wordpress.org/themes/. Forum volunteers are not given access to themes downloaded from sources other than wordpress.org.

    Therefore, I recommend you contact your theme’s developers. You’ll be more likely to find a good answer from them, for they have the access to its code.

    David_G

    (@questas_admin)

    These will take care of your footer, You should use a child-theme or custom css to add these.

    /* Remove Footer */
    .footer-section {
    display: none;
    }
    /* Remove progress bar above footer */
    .progress-wrapper {
    display: none;
    }
    David_G

    (@questas_admin)

    The button links should be in your setup.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove footer’ is closed to new replies.