Hi @marxveix
At first, thank you for choosing our theme and service.
Please share with us your website URL and we will create a custom css snippet to hide the sidebar from particular pages only.
Kind Regards
Hi Supportwpr,
I did found one plugin for that, at post or page menu i can remove now what i need. I already added link, it was visible for logged in users i think. Link is here: https://hingetee.ee/ftp/ .
I used this plugin: https://wordpress.org/plugins/fullwidth-templates/
Maybe css snippet is more lightweight solution for that, thank you!
Best regards,
Hi @marxveix
When we visit this page https://hingetee.ee/ftp/ we can’t see any content of the website, please check the screenshot: https://prnt.sc/Y5paK3ilX6Ie
To remove the sidebar on particular pages, we need to get the page ID, without visiting that page we can’t do that.
Kind Regards
All ok, removed unneeded stuff from it already, its ftp download page only.
Thank you!
Hi @marxveix
Here is the CSS snippet example:
.page-id-2 .sidebar-right-wrap {
display: none !important;
}
Here is the screenshot to understand how you can change the page ID and disable the sidebar on preferred pages: https://prnt.sc/v9ej9FMNJGl1
Kind Regards