• Resolved pekidi

    (@pekidi)


    Hi

    how i can remove header and footer on a single page, on cista theme. I tried with #header { display:none;} and #footer { display:none;} but does not work with that theme.

    thank u in advance
    Best regards
    D-

Viewing 4 replies - 1 through 4 (of 4 total)
  • weblizar_support

    (@weblizar_support)

    Hi..

    Please share your site url and tell that in which pages you want to remove header and footer.

    Thanks.

    Thread Starter pekidi

    (@pekidi)

    hi

    thank u for quick replay

    The problem is that i cant share the url address, because the site is on internal network of the company.

    But i hope it helps the theme name, which is “CISTA based on ENIGMA”.

    and url to theme is
    https://tt.wordpress.org/themes/cista/

    thank u in advance
    Dejan

    weblizar_support

    (@weblizar_support)

    Hi..

    Please add below css into custom css editor.

    .header_section {
        display: none !important;
    }
    .enigma_footer_area {
        display: none !important;
    }

    Save the changes.

    Thanks.

    Thread Starter pekidi

    (@pekidi)

    hi guys

    i just tried and it is working

    thank u very very much to help me around removing header and footer

    have a nice day
    Dejan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove header and footer’ is closed to new replies.