• Hi there,

    I wish to remove the pages section near the footer.
    even tried your earlier CSS recommendation….however the pages section is still there….help?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello gtmlabs2018,

    You can add other widgets or if you dont want any other widgets then,Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .enigma_footer_widget_area {
        display: none;
    }

    Hope this will helps you.

    Thanks.

    Hello gtmlabs2018,

    Sorry for the inconvenience.

    We appreciate your support “AddWeb”

    Hey gtmlabs2018 –

    Please paste the below code in custom CSS editor and save the changes.

    .enigma_footer_widget_area {
        display: none;
    }

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove “Pages” footer’ is closed to new replies.