DESABLE LAST POST IN HOMEPAGE (NEWSPAPER MOBILE THEME (TAGDIV MOBILE THEME))

Posted in: Newspaper
Post count: 3

Hello Tagdiv,

Have you got a custom css code for mobile theme to desactivate / not display / disable the “latest articles box” in the homepage ?

Exemple of latest post box

Thank you in advance.

  • This topic was modified 9 years by Nerves.
Post count: 20688

Hi,

There are two ways that you could do that. Either by modifying the code of the mobile theme and commenting or removing the code shown in this file
– https://www.screencast.com/t/uiKK8bxd
Or by using a code like this to hide it
– https://www.screencast.com/t/JLAzqFRbU
The code must be entered in Theme panel->Mobile theme->Custom CSS section

.home .td-pb-article-list {
display:none;
}

Thanks

Post count: 3

Thank you so much.

You are the best.

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