Can you change the font of the Short Description in the Knowledgebase?

Blair Loveday
Tera Contributor

I am trying to make our KB articles look they way our L&D team needs and so need to make the title a font called Archer.

I was able to do it in the articles body playing with the HTML (as per below) but would really like to do it on the short description otherwise we are going to be putting the title twice (Once for practical purposes and once for fancy purposes)

 

Is there a way to do this?

BlairLoveday_0-1710366512969.png

 

 

2 REPLIES 2

Community Alums
Not applicable

Harish KM
Kilo Patron
Kilo Patron

Hi @Blair Loveday you can add the below css code on the instance widget css

//for short description font

.kb-title-header {
font-size: 3rem;
font-family: Archer;
}

steps to do

HarishKM_0-1710388013937.png

HarishKM_1-1710388049807.png

 

 

1. Ensure your in knowledge management service portal scope

2. ctrl right click on article widget--> click on instance in page editor

3. Add the css code here.

Regards
Harish