Home Forums WoodMart support forum Newsletter form

Newsletter form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #323116

    Lisawi
    Participant

    Hi,

    I do not know how to adjust newsletter form.
    Language form EN to DE and the bottom is not visible.

    Greetings,
    Lisa

    Attachments:
    You must be logged in to view attached files.
    #323151

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .mc4wp-form input[type="submit"] {
        background-color: rgba(80, 227, 194, 0.8);
    }
    
    .mc4wp-form input[type="submit"]:hover {
        color: black;
    }

    Best Regards

    #323153

    Lisawi
    Participant

    Works perfect.
    The only thing is the language. CAn not translate with loco translate…

    Greetings,
    Lisa

    #323159

    Hello,

    The form is created using HTML tags.

    You can change the language by editing the form from Dashboard >> MC4WP >> Form.

    Screenshot for Clarification: https://gyazo.com/7493ad21bcde3abad71856bd859fa41e

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)