Skip to main content
Question

assystNet Menu Logo for Services

  • May 12, 2026
  • 1 reply
  • 4 views

askey-s
Sidekick (Customer)
Forum|alt.badge.img+5

We’re in the process of replacing all our Support forms with Service Catalogue ones.  Once they’re done we’ll be hiding the Support option so that only the Services one will be available.

As part of the change, though, we’re going to be renaming ‘Services’ to be ‘Service Desk’.  I know how to do that from within Labels.  However, we’d like to change the logo from the bell to the headset one that is currently used by the Support menu option.

Is that possible to do and, if so, how?

Thank you

1 reply

Forum|alt.badge.img+14

Hello Steve,

You need to use the Styling form this time.
Select assystNET and the css below should work :

.tundra .axios-mainmenu-services-icon {
    background-image: url('/assystimages/XXXXXX.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

Note - your new icon should  be uploaded to the image library and have the correct size - seethe following page for reference for icon size requirements Installation:Customizing Action Type Images for the Self-Service Portal - assyst25R2Wiki

I hope this helps.

Caroline