PLug In

If you aren't speaking german, you can ask for support or post your request here.
Antworten
kenlhlp
Beiträge: 5
Registriert: 25. Sep 2022, 16:17

PLug In

Beitrag von kenlhlp »

How can I change the Plug In header font size?
THanks,
Ken
Benutzeravatar
fasse
Administrator
Beiträge: 6044
Registriert: 12. Nov 2005, 16:06

Re: PLug In

Beitrag von fasse »

Hi Ken,

the plugins have an own css class admidio-plugin-content and the headlines have the html tag h3

So you could do it in the css file with the following code:

Code: Alles auswählen

.admidio-plugin-content h3 {
    font-size: 75%;
}
Best regards
Fasse
Antworten