How to make the table border bold in knowledge base?
- 16 Dec 2022
- 1 Minute à lire
-
Contributeurs
-
Impression
-
SombreLumière
-
PDF
How to make the table border bold in knowledge base?
- Mis à jour le 16 Dec 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 wish to make the border of the tables in your knowledge base thicker. You can use the below solution to change the thickness and color of your table border across your knowledge base.
Solution
- From the Knowledge base portal, go to Settings → Knowledge base site → Custom CSS & JavaScript → Custom CSS
- Paste the below CSS snippet
table td, table th, table tr {
border: 3px solid #000000 !important;
}
- Update the desired thickness and color in the snippet. In the provided example, thickness is
3px
and color code is000000
- Click Save
Outcome
Before
By default, the table appears as below.
After
After updating the Custom CSS, the table appears as below.
Cet article vous a-t-il été utile ?