Add a text to the Employee center Header
Here is how you can add text via CSS to the header without modifying the widget: Add and tweak to your needs this CSS to your sp_theme: // JP Custom header text .navbar-brand{ display: flex; align-items: center; } .navbar-brand img{ // fi...
