Employee Center. Footer

Sheh
Tera Contributor

Hi ,

 

Please;

 

1) How can I increase the size of the icons social media

Chah_0-1678280391619.png

 

2) In my instance, I have a clock icone in the right corner, how can i hide it.

 

Thank you

Regards

1 ACCEPTED SOLUTION

Community Alums
Not applicable

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:

Screenshot 2023-03-11 013416.png

 

U can change the CSS (padding-right and padding-top) as per the ur requirements of UI/UX.

 

Result:

Khushbookabra_0-1678478830876.png

 

@Sheh , Please mark my answer as accepted solution and helpful. If it is works for you.

 

Thank you.

View solution in original post

8 REPLIES 8

Community Alums
Not applicable

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:

Screenshot 2023-03-11 013416.png

 

U can change the CSS (padding-right and padding-top) as per the ur requirements of UI/UX.

 

Result:

Khushbookabra_0-1678478830876.png

 

@Sheh , Please mark my answer as accepted solution and helpful. If it is works for you.

 

Thank you.

Thank you very much !!

Clear and simple to folow your steps.

Regards.

Abinaya
Mega Expert

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 

Abinaya_0-1686320612715.png

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.

Rey Paras
Tera Contributor

Hi @Sheh ,

 

Can you share your final HTML code for this? I have same requirements thanks