- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 05:00 AM
Hi ,
Please;
1) How can I increase the size of the icons social media
2) In my instance, I have a clock icone in the right corner, how can i hide it.
Thank you
Regards
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 12:07 PM - edited 03-10-2023 12:09 PM
Hello @Sheh ,
For this u need to add HTML code in "Employee Center Footer".
Add this line of code:
<h6 style="padding-right: 64.2rem;padding-top: 2.2rem;">{{c.data.footer.copyright}}</h6>
And Comment/remove this line of code:
<!-- <div class="sf-copyright" align="center">{{c.data.footer.copyright}}</div> -->
Please refer the SS for clarification:
U can change the CSS (padding-right and padding-top) as per the ur requirements of UI/UX.
Result:
@Sheh , Please mark my answer as accepted solution and helpful. If it is works for you.
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 12:07 PM - edited 03-10-2023 12:09 PM
Hello @Sheh ,
For this u need to add HTML code in "Employee Center Footer".
Add this line of code:
<h6 style="padding-right: 64.2rem;padding-top: 2.2rem;">{{c.data.footer.copyright}}</h6>
And Comment/remove this line of code:
<!-- <div class="sf-copyright" align="center">{{c.data.footer.copyright}}</div> -->
Please refer the SS for clarification:
U can change the CSS (padding-right and padding-top) as per the ur requirements of UI/UX.
Result:
@Sheh , Please mark my answer as accepted solution and helpful. If it is works for you.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 04:37 PM
Thank you very much !!
Clear and simple to folow your steps.
Regards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2023 07:28 AM
Hi All,
I came across the same scenario to get the 'Performance Indicator' removed from the footer of "Employee Center" portal.
here are my finding, hope this helps :
1. 'Performance Indicator' widget is called from 'Employee Center Header' widget
2. It is visible and available only for admin (even when they impersonate) so its easy for debugging
3. The visibility can be controlled through property 'sn_ex_sp_perf_tools.enable_perf_widget' (does not exist OOB ,create new under sys_properties table)
- If 'sn_ex_sp_perf_tools.enable_perf_widget' is set to false the Performance indicator is hidden
- For debugging this can be set to 'true' to have the indicator available on portal as required.
By this we dont touch the widgets and also does not have any impact on System Upgrades.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 09:15 PM