New Landing How can we help? Atelier Style newsletter form in footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #324041
    ggeorgia
    Member
    Post count: 2

    Hello,
    I would like to have different kind of newsletter forms in my contact page (standard style) and in the footer widget area (minimal style). I also need text area input color to be different. White for the footer area and black or grey for my contact page.
    Thank you.

    #324054
    David Martin – Support
    Moderator
    Post count: 20834

    Hi there,

    Unfortunately that customisation is beyond our scope of support as it is more work than a small customisation.

    We only provide support for theme issues, and at times basic customisations. While we’d love to be able to support every customisation request, we simply don’t have the time.

    We recommend that you seek a freelance developer if you need to make that customisation.

    #324057
    ggeorgia
    Member
    Post count: 2

    Ok I understand. At least I would like the text area input and submit text in footer to be white. When I change the color in the UI elements area, the changes are global and they affect my contact page.
    Thank you again for your time.

    #324060
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    #footer .wpcf7 input.wpcf7-submit[type="submit"] {
         color: #fff;
    }
    
    .widget input[type="email"] {
        background: #f7f7f7!important;
    }

    -Rui

    #324068
    ggeorgia
    Member
    Post count: 2

    Thank you a lot!!!!

    #324073
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register