Change header size in query

I want to adjust the size of the text in a query. I want “name” to be rendered as an H2 heading in the case below. Currently, it renders at H4. Is there a way to change that?


{

"name": "Priorities",

"filter": "p:Inbox, overdue, @today, due before: +36 hours",

"sorting": ["date", "priority"],

"group": true

}

Things I have tried

I’m not sure what to try. Because it’s a query it can’t be “fixed” aside from inside the query itself. Unfortunately, my knowledge of queries is quite limited.

What I’m trying to do

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.