Change Employee Center Header tooltip alignment

PiyushaS
Tera Contributor

Hi all, 

 

Could anybody please let me know how can i change alignment/font of Employee Center Header (my task, My Request, Tours etc.) tooltip. 

Please find attached image for your reference. 

1 REPLY 1

Kit Cheong
Giga Guru

If you haven't already, create a CSS Include for all your CSS changes and add it to your portal theme.

 

Add the following CSS

.vd0009941eb103010ed7966d6475228c1 .header-menu {
    font-family: "comic sans ms", "Lato", sans-serif;
}

Include the current font-family values as a fall back.

If you're going to use your new fonts in multiple locations, use a CSS variable; declare it in the theme > CSS variables.

 

If this doesn't work use your browser dev' tools to find a correct CSS selector. E.g.

KitCheong_0-1746583229791.png