Public
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Private message subject link formatting

My users find that the subject line for PMs - which is the link to open them to see the full message - is not obviously a link, and many miss it (see attachment).

Which Studio page and component do I need to edit to make the subject line underlined, or bold, or to otherwise edit to make its link status clear?

--
I'm the Community Manager at SailPoint's B2B identity governance community, Compass.
4 Replies 4
Maven

Hi @Tim_Dickinson ,

To achieve this you need to edit HTML of email for PM 

You can find this using Studio> Text editor>Email text

In the email select drop-down select PM notification

Here you can just edit the email's HTML to get the link in mail.

Please give Kudos if you find my post useful and mark this as accepted solution if this is the required solution

Regards

@Tarun 

Sorry, I wasn't clear: I don't want it in the notification email, I want it in the Community UI, right in the Private Messages > Inbox tab list view.

See this: Screen Shot 2019-07-24 at 22.10.12.png

--
I'm the Community Manager at SailPoint's B2B identity governance community, Compass.

Hi @Tim_Dickinson 

To make the Subject link more visually appealing by formatting its font styling, you can do it by adding CSS code in your community skin.

Using the below code you should be able to customize the subject styling, you can add more CSS code as per your design requirements.

 

.lia-note-subject .lia-link-navigation {
    color: red;
    font-size: 20px;
    text-decoration: underline;
}

 



Happy to Help !!! give kudos if you like my solution & mark it as solved if it resolves your issue

Awesome, that did it. Thanks!

--
I'm the Community Manager at SailPoint's B2B identity governance community, Compass.

Welcome to the Technology board!

Curious about our platform? Looking to connect on social technology? You've come to the right place!

Are you a Khoros customer? For direct assistance from our Support team, please visit the Support Forum.