Hi!
I have an element that I can’t select on my homepage and I’d like to remove.
TagDiv composer will not let me access it to edit.
It is the section headed ‘Latest articles’ with text underneath reading ‘no articles to display’.
It looks as if it could be part of a global template, but I cannot see where to gain access to it.

Hello,
You can not delete the empty column, only the row that contains empty columns.
If you want to delete a row, you can delete a row with the empty column using the right click on the row icon -> https://i.imgur.com/JodWvlW.png -> https://i.imgur.com/e6bb8U5.png or using the drag and drop or you can simply click on the row and press the delete button from your keyboard -> https://www.screencast.com/t/Mai7iyEG The same steps are to delete the elements.
Thank you!
**EDIT TO ADD**
It is something to do with the POST LOOP SETTINGS, and I can’t seem to be able to turn it off.
******
Thank you for your reply Anamaria.
I cannot select the element at all. I am not being given an option to do so.
When I hover over the other elements, they have a blue background. Nothing happens when I hover over this bit.
I am sure there is an easy answer, but I am new to this and I cannot see the solution. Thank you 🙂


-
This reply was modified 1 year by
Phil Creighton. Reason: Adding additional, relevant information
I’ve fixed it by adding this custom CSS code to my site:
.td-pb-article-list {
display: none;
}
Thanks Anamaria, I appreciate your help.
realreading.co.uk
Hi,
Please edit the page normally in editor and change the setting for the page into Template: Default template because I think you have there the setting: Pagebuilder + Latest articles + Pagination and these are not editable by the tagDiv Composer plugin.
Thank you!
Perfect!
thank you. That has worked.
I knew it would be something obvious, I just didn’t know where to look.