[question] how to make the glossary terms in bold

[question] how to make the glossary terms in bold

door José Oliveira -
Aantal antwoorden: 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

Gemiddelde van de beoordelingen:  -
Als antwoord op José Oliveira

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

door Joseph Rézeau -
Foto van Core developers Foto van Particularly helpful Moodlers Foto van Plugin developers Foto van Testers Foto van Translators

Add this CSS rule:

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

Joseph

Gemiddelde van de beoordelingen:  -
Als antwoord op Joseph Rézeau

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

door José Oliveira -

Thanks Joseph,

 

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

Gemiddelde van de beoordelingen:  -