Add class and/or id attr to page elements for easier customization with CSS
From Tobias (email):
Submitted by Elmer van Chastelet on 21 February 2023 at 10:23I am right now doing stuff, and I found that the “Latest news” entry for the front page is not easily style-able.
I hack around with this:
$(“h2:contains(‘Latest News’)”).parent().parent().prop(‘id’, ‘latest-news’)
But if you can change something there in the next release, I would like that :D