XF 2.2 Code to update all forum description text?

EchoRomeo

Active member
Does anyone know if there's code that I can enter into extra.less that will modify the forum description across a set of nodes?

For example, I know this code will change the forum title across a set of specified nodes:

[data-container-key="node-5"], [data-container-key="node-13"], [data-container-key="node-xx"] {
.p-title-value:before {visibility: visible; content:"Newname"}
}

Is there similar code that can be used to change the forum description (text circled below) across a set of nodes, including changing font size/color?

1685577389701.png

Thank you!
 
Top Bottom