[question] how to make the glossary terms in bold

[question] how to make the glossary terms in bold

by José Oliveira -
Number of replies: 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

Average of ratings: -
In reply to José Oliveira

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

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Add this CSS rule:

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

Joseph

In reply to 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?