Widget always show

Hello to all,

I would like about how to delete a widget for one page to view only the page content. If is possible?

Thanks in advance,

Hi Jose,

You mean you want to remove the sidebar for a particular page, for example remove sidebar in blog page, You can use this Custom CSS in Appearance -> Customize -> Additional CSS,

.blog #secondary {
    display: none;
}
.blog #primary {
    width: 100%;
}

For other pages, you can choose the fullwidth template in the page attributes on the right side of the page, while creating/editing it.

Let us know,

Thanks,
laranz.