cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Changing Font color/formatting of Section Name in 360 form

0 Likes
1,254

Hello!

Is it feasible to change the font color/formatting etc of section names in a 360 review form,without making edits in 'Theme Manager'

Preferably via admin centre? otherwise via xml?

The backend settings available in 'Manage Templates" allow formatting of Section body but I'm unable to format 'Section name'

Screenshots attached for clarity

Thanks and Regards

Kanika

360-ui-white-font-section-name-introduction.png

360-manage-templates-adminpng.png

Accepted Solutions (0)

Answers (1)

Answers (1)

adeeb_rizvi1
Explorer
0 Likes

Hello Kanika

<fm-sect-name><![CDATA[Manager Approval]]></fm-sect-name>

<fm-sect-intro><![CDATA[

<span style="color: red; font-size:16"><b>Please do not sign until review meeting has occurred as this automatically forwards the form to the employee.</b></span>

<p/>

]]></fm-sect-intro>

<fm-sect-config>

<section-color><![CDATA[orange]]></section-color>

<rating-label><![CDATA[Rating]]></rating-label>

<rating-label-others><![CDATA[Rating]]></rating-label-others>

I believe this should help. Please try and let me know if it works.

Regards

Adeeb

0 Likes

Thankyou Adeeb.Will try this.

I'll take it then that this is only feasible via xml at this stage?Not via admin centre?

adeeb_rizvi1
Explorer
0 Likes

Yes. That is correct.