Betclever Well-known member Nov 13, 2020 #1 Hello, How do I remove Breadcrumb & block-outer on a specific node? Thx
Solution O O Old Nick Nov 13, 2020 Hello, In extra.less template you can use this Less: [data-container-key="node-XX"] { .p-breadcrumbs { display: none; } .block-outer { display: none; } }
Hello, In extra.less template you can use this Less: [data-container-key="node-XX"] { .p-breadcrumbs { display: none; } .block-outer { display: none; } }
O Old Nick Well-known member Nov 13, 2020 #2 Hello, In extra.less template you can use this Less: [data-container-key="node-XX"] { .p-breadcrumbs { display: none; } .block-outer { display: none; } } Upvote 0 Downvote Solution
Hello, In extra.less template you can use this Less: [data-container-key="node-XX"] { .p-breadcrumbs { display: none; } .block-outer { display: none; } }