Updating the Primo VE Feedback Tool Icon

Updating the Primo VE Feedback Tool Icon

Ex Libris covers many aspects of their Primo VE Feedback Tool in their documentation, but how to change the Icon is not covered. Libraries have asked about changing the Icon because it often looks too similar to the Chat icons that many libraries already have in place.

In response to a query by the PALS Office, Ex Libris provided the following instructions for changing the Feedback Tool icon:
  1. Go to Alma --> Configure Views. choose your view and click on 'edit'
  2. Go to 'Manage Customization Package' and download your current View Customization Package.
  3. Inside the package, drag your desired icon to the 'IMG' folder.
    NOTE: The icon should be in SVG. You can use the following website to convert your image: https://image.online-convert.com/convert-to-svg
  4. Navigate to the CSS folder and open the 'custom1.css' file.
  5. Search for 'md-svg-icon="primo-ui:exclamation-mark' you're going to see the following field:

  6. Change the ending of the URL to the name given to your icon image.
    For example if your icon img name is "test-icon" the URL should be something like this:
    https://mnpals-tst.primo.exlibrisgroup.com/discovery/custom/44BCU_INST-44BCU_INST/img/test-report.svg
  7. Reupload your customization package. The icon will the image you chose.


    • Related Articles

    • Primo VE: Display Top Menu Links with OpenURL requests

      When a user links from an Electronic Database into Primo VE through OpenURL linking, by default, users will see a page without the familiar top Menu Links.  This CSS code will insert the Menu Links. The solution requires the following custom CSS code ...
    • Primo VE: Adding a message banner

      Can I create a message banner to display at the top of each of my Primo VE pages? If campuses would like to add an optional banner, they just need to add this additional code to the custom.css file. /* LOCAL BANNER */ body::before { content: "Hey ...
    • Primo VE: Adding Springshare's LibChat to Primo

      Can I add my Springshare LibChat widget to Primo VE? NOTE: The Springshare LibChat widget is part of the commercial Springshare suite of products. You will need to have a subscription or trial access to set up for your library. If campuses would like ...
    • Primo VE: Move the "Send To/Record Actions" section in Full Record

      In Primo VE, the options for the "Record Actions" section can be configured on the Brief Record Display, but libraries are not able to arrange the order of display as far as I can tell. Is this configurable somehow? Our libraries would like to be ...
    • Broken Link Reporting in Primo VE

      Introduced by PALS in June 2020, PALS Tech Staff (mainly Simon Mai) adapted code shared on the Ex Libris Tech Blog allowing library patrons and staff to report problems linking out to Electronic Collections from Primo VE. Originally designed for use ...