XF 1.4 Hide Latest Posts Block only on Forum Home

Neutral Singh

Well-known member
latest.webp


@Jake Bunce , @Russ , @Brogan

Hi,

In Extra.css, i have added the following code to remove Latest Posts block as shown in the attached images, on Forum Home. However, obviously, it removes this block even in all sub-forums. :(

What would be a conditional statement so that this only takes effect on Forum Home? What is the page identifier for Forum Home Page?

Code:
#forums .nodeLastPost {display: none;}

Thank you so much!
 
Last edited:
Top Bottom