[question] how to make the glossary terms in bold

[question] how to make the glossary terms in bold

by José Oliveira -
အကြောင်းပြန်မှု အရေအတွက်: 2

Hi,

when i create a glossary the terms looks like normal text in thr standard theme. How can i make the glossary terms in bold?

Do i have to edit a css? where?

thanks

ပျှမ်းမျှအဆင့်သတ်မှတ်ချက်များ: -
José Oliveira ထံသို့ အကြောင်းပြန်ရာတွင်

Re: [question] how to make the glossary terms in bold

by Joseph Rézeau -
Core developers ၏ ရုပ်ပုံ Particularly helpful Moodlers ၏ ရုပ်ပုံ Plugin developers ၏ ရုပ်ပုံ Testers ၏ ရုပ်ပုံ Translators ၏ ရုပ်ပုံ

Add this CSS rule:

a.glossary.autolink {
  font-weight:bold;
}

Joseph

Joseph Rézeau ထံသို့ အကြောင်းပြန်ရာတွင်

Re: [question] how to make the glossary terms in bold

by José Oliveira -

Thanks Joseph,

 

Is this code for all the terms with links in moodle documents or for the terms inside the glossary?