How to customize the hyperlink size?
- 29 Sep 2022
- 1 Minute à lire
-
Contributeurs
-
Impression
-
SombreLumière
-
PDF
How to customize the hyperlink size?
- Mis à jour le 29 Sep 2022
- 1 Minute à lire
-
Contributeurs
-
Impression
-
SombreLumière
-
PDF
There is no French content available for this article, You are viewing the fallback version (English).
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
- Go to the Settings → Knowledge base site → Custom CSS & JavaScript → Custom CSS
- Paste the below snippet
.CustomLink
{
font-size:25px;
}
- Update the desired font size the above snippet. The font size is mentioned as 25px in the above snippet
- Click Save
- 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
- Update the hyperlink and hyperlink text in the code
Cet article vous a-t-il été utile ?