Hi,
You can try this:
const textElements = $w('Text') // array of text elements in the page
textElements.forEach(textElement => {
textElements.forEach(item => {
$w(`#${item.id}`).html = // manipulate the style here...
});
});
You can place it it in the site code section.
Please update in your progress.
Roi.