Hi,
If you want to edit or check that block the “Latest Articles” you need to check the page template -> https://forum.tagdiv.com/page-templates-2/
If you want to delete the Latest Articles change from Page Builder + Latest Articles + Pagination
-> https://www.screencast.com/t/VKzM6R82Ue
-> https://www.screencast.com/t/poIgrGDC
If you want to remove only the text you can set an black space in theme panel> translations https://i.imgur.com/rNiqw98.png -> https://i.imgur.com/GZ1PX5i.png
Let me know the results!
Thank you!
To delete the text “Latest Articles”, I have put a space in theme panel, according to your instruction. But the space is shown in the tab, pls notice the marked area,

How to solve this, I don’t want any space or text in “Latest Articles” .
-
This reply was modified 5 years by
mnhpias.
Hi, this -> https://i.imgur.com/c4hiMzo.png is from your blocks header.
Unfortunately if you are using the Page Builder + Latest Articles + Pagination the above solution was the only one that our theme has. Another solution will be a custom css like this one -> https://i.imgur.com/Nhzy2Yr.png
.td-pb-article-list .td-pb-span8 .block-title{
display: none;
}
This code need to be set in theme panel> custom code> custom css.
Hope it will help you!