Hiding default section from newsmag

Posted in: Newsmag
Post count: 19

Hi Team,

I want to hind/remove default latest article and sidebar section from homepage.
please help me to do this.
here the link of website: https://topcheaphosting.in/
here the screenshot link: https://drive.google.com/file/d/1osyrEMaG_aNcUWf38rGyuxv5ZluzlF78/view?usp=sharing

thank You!

Post count: 35449

Hi,

That is part from the page template, when you use the “Page builder + latest articles + pagination” and you can not add more elements (to remove it set the page template on default). When you can do is to change the number of posts ->https://i.imgur.com/CR72DLi.png to display more posts or reduce the elements from the sidebar widget.
Thank you!

Post count: 19

https://drive.google.com/file/d/1osyrEMaG_aNcUWf38rGyuxv5ZluzlF78/view

Please share any css code to hide this red part in image from the homepage only.

Post count: 35449

Hi southfans, that section in red rectangular is the “Latest article” section, you can remove it from homepage like this -> https://i.imgur.com/Nfi1DOC.png edit the page then set the page template on default -> https://i.imgur.com/HnkR8V7.png in this way the code for that section will no longer load fort the page set as homepage.
Another solution is with css (but this is not indicated):
.home .td-pb-article-list {
display: none;
}

The above css will hide the latest section but only for the page set as homepage.
I hope this will help you!

Post count: 19

thanks a lot!
It helps

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.