Customize the Favorite Icon

Last modified: November 9, 2020
You are here:
Estimated reading time: < 1 min

Setting Information

  • CSS
  • CustomSpace

Detailed Information

With our Release of Version 4.0, we introduced the Feature to mark Services as Favorite.

To make sure the Icon we use for the dynamic “Favorite” Service Group matches your Company CI, you can add the following lines to your Custom.css in your CustomSpace Folder.

		.favGroup img {
		    display: block;
		    -moz-box-sizing: border-box;
		    box-sizing: border-box;
		    background: url("star.png") no-repeat;
		    background-size: 64px 64px;
		    padding-left: 64px; /* Equal to width of new image */
		}

See our related Section to see how you can customize au2mator Self Service Portal

Troubleshoot

Make sure you follow the Article in “Related” Section below.

Something More

  • Since 4.0
Was this article helpful?
Dislike 0