Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1262091

    Hallo,

    erstmal möchte ich sagen, das Enfold echt super ist. Ich liebe es. Jetzt möchte ich gerne im Kontaktformular die Schriftgröße und aber auch die Felder größer haben. Wie kann ich das machen?

    Danke und viele Grüße

    Rene Stäblein

    #1262126

    Hallo,

    du kannst das leicht mittels CSS hinbekommen (Allgemeines Sytling > Quick CSS):

    z. B:

    input {
        height: 85px;
        font-size: 36px;
    }

    evtl brauchst du !important:

    input {
        height: 85px;
        font-size: 36px !important;
    }
    #1262137

    Hallo,

    danke für die Antwort. Die Felder sind größer geworden das ist super. Leider sind die Überschriften nicht größer geworden. Nur bei den Senden Knopf wird die Schrift größer.

    Gruß

    Rene

    #1262157

    Die Label:

    label {
        font-size: 22px !important;
    }

    Den Titel kannst du im Kontaktformular selbst unter “Erweitert” auf H1 stellen oder wenn er auf Standard steht wie folgt vergrößern:

    
    form h3 {
        font-size: 32px;
    }
    • This reply was modified 3 years, 12 months ago by cherrmann.
    #1262165

    Perkfekt. Funktioniert tadelos.

    Men Dank an das gesamte Team……..

    Gruß

    Rene

    #1262183

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Kontaktformular Schrift und Feldergröße ändern’ is closed to new replies.