- 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-08-2023 06:22 PM
Hi @Sheh ,
You have to Navigate to Service Portal> Headers & Footers > Employee Center Footer
For your Question : 2) In my instance, I have a clock icone in the right corner, how can i hide it.
You can find in "Body HTML template" and focus on " <div class="sf-bottom-right">", Just comment out the Icon which you don't want from this:
Now, for your other question :1) How can I increase the size of the icons social media
You can check the "CSS" Section here :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 10:47 AM
Hi,
Thank you.
What is the line that allows me to increase the size?
How can I do it ?
Can you give me an example ?
Thank you for help
Regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 11:36 AM - edited 03-09-2023 09:53 PM
Hello @Sheh ,
For to increase the size of social media, u need to do CSS override. Write the below code in CSS of "Employee Center Footer" (by default the size of social icons are calculated as font-size: 2rem in code, I wrote 6rem. U can increase the size as per ur requirements) like this: -
.scrub-footer .sf-bottom .sf-bottom-right .sf-social-icons .sf-social-icon {
font-size: 6rem;
}
Result:
As per my understanding u want to hide the performance indicator icon, for to remove this clock icon:
for this u need to comment/remove the HTML code from the widget "Performance Indicator".
Type widget in the filter navigator--> go to "performance Indicator" widget.
plz comment out this 5 lines of code of the div.
@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:00 AM
Hi,
Thank you. I have another need please.
I want to have 'copyright' in the botom and midlle (not on right side), but I can t.
Regards