How to remove the last section in WordPress?
Please see the video, I want to remove the last section using elementor, but there is no option to even chnage or delete anything in it, please help me to solve, thanks
10 Replies
Pull up the navigator, it’s basically a layers panel. It’s in the icon list next to the pink Update/publish button; it looks like a stack of squares. When the navigator is up, find the layer you want to remove, right click and delete
that is not visible in Navigator as well
i'm not familiar with the latest versions of wordpress, but think this is part of the page template. you can edit that in your (child)theme folder.
page.php
depending on the theme and version, it should look something like this.
you can simply comment out that line of code.
located in
wp-content/themes/YOUR-THEME/page.php
other option is to create a new page template that doesnt include that section, and select that one for the elementor pages
this one?
this is single.php file
That looks right for youre existing one but if you want to create a new one: dashboard, templates, theme builder, Single Page Template , and AddNew
Ok
Thank you