You can customize the appearance of some hyperlinks to make them stand out. With the below solution, you can customize the font size of the hyperlink.

Solution

1_Screenshot-customize_the_hyperlink_size.png

  1. Go to the Settings → Knowledge base site → Custom CSS & JavaScript → Custom CSS

  2. Paste the below snippet

.CustomLink
{
font-size:25px;
}
  1. Update the desired font size the above snippet. The font size is mentioned as 25px in the above snippet

  2. Click Save

  3. Navigate to the desired article and type in the below code in the desired instance

<a class="CustomLink" href="https://www.document360.com/">Document360</a>

Hyperlink- https://www.document360.com
Hyperlink text- Document360

  1. Update the hyperlink and hyperlink text in the code