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?
Solved! Go to Solution.
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
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:
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;
}
Awesome, that did it. Thanks!
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!