Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    I’ve just checked those websites but there are no widgets that you mentioned above. Is this issue already resolved?

    Kind Regards, Roman.

    Thread Starter gjalto

    (@gjalto)

    Hello Roman,
    the widgets do not appear on the homepage, but on all other via a choice in the menu
    I would like to remove these widgets. But I do not know where, because in the customizer no widget is activated.

    regards Gjalt

    Hello Gjalt,

    Those widgets are shown by default if there are no selected widgets at all.

    But you can try to use the following CSS code in order to hide whole sidebar.

    You can add CSS code in Customize → Additional CSS section.

    #secondary {
        display: none;
    }

    Kind Regards, Roman.

    Thread Starter gjalto

    (@gjalto)

    Hello Roman,
    With the additional css code, the widgets are now gone. Thank you very much.

    Great! You are welcome Gjalt ??

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘removing widgets failed’ is closed to new replies.