XenForo Code to update all forum description text?

E

EchoRomeo

Guest
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...

Read more

Continue reading...