Action links
Use action links to signpost the start of a digital service:
How to use action links
Copy and paste the CSS style code below to the top of your HTML content page
<style><!--
.action-link-icon{
position: relative;
font-size: 18px;
line-height: 24px;
color: #782B90;
}
.action-link-icon:before{
content: '⮞';
position: relative;
font-size: 28px;
line-height: 24px;
color: #5CC8B1;
}
--></style>
Then, paste the text below in your HTML page content:
<p class = 'action-link-icon'>your action link - change text here </p>
Then, add the hyperlink using the EpiServer edit toolbar.