• Hello,

    How can I remove Archive block coming on pages. Its not needed because I am trying to develop my business website by this theme not a blog.

    Please help me out for this.

    Thank you

    Regards,
    Aamir

Viewing 1 replies (of 1 total)
  • Hi,

    Please go to Admin Dashboard >> Appearance >> Widgets.

    Here, you can widgets into sidebar.

    If you want to disable Archives widgets.

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    Here, add below code into Custom CSS.

    .enigma_sidebar_widget {
    display: none !important;
    } 

    Save the changes.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘how to remove Archive block’ is closed to new replies.