Archived topic
How to change the font for a form
1 reply · Started by Robert on April 25, 2021
Hi
how are You?
I just wanna ask: where could I change the font of the From (its a HappyForms plugin which take the font from GeneratePress setting)
I change the font in GP-fonts-buttons to: Rajdhani font and it works
but I cant find the settings to change the font in the form like:
Imię (wymagane):
E-mail (wymagane):
ect.
Kr
Robert
Hi there,
the form is using the Kelson font - which is coming from the Elementor styles - you can try this CSS to set the Form to use that font:
.happyforms-form {
font-family: 'Rajdhani';
}