How to make the table border bold in knowledge base?
  • 16 Dec 2022
  • 1 Minute à lire
  • Contributeurs
  • Sombre
    Lumière
  • PDF

How to make the table border bold in knowledge base?

  • Sombre
    Lumiè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

23_Screenshot-Table_border_workflow

  1. From the Knowledge base portal, go to SettingsKnowledge base siteCustom CSS & JavaScriptCustom CSS
  2. Paste the below CSS snippet
table td, table th, table tr {
border: 3px solid #000000 !important;
}
  1. Update the desired thickness and color in the snippet. In the provided example, thickness is 3px and color code is 000000
  2. Click Save

Outcome

Before

By default, the table appears as below.
24_Screenshot-Table_border_workflow_before

After

After updating the Custom CSS, the table appears as below.
25_Screenshot-Table_border_workflow_after


Cet article vous a-t-il été utile ?