Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1072110
Newsletter signup styling
Closed

Comments

  •  2
    Johan started the conversation

    Hello,

    I have added a signup form to the footer as a widget. But the styling of the submit button is not working. Do I need to edit the css in some way?

    Thanks,

    Johan

  •  432
    Sergio replied

    Hi, not quite sure what do you mean. Can you pls provide more details (screenshots) and share the wp-admin access?  We'll check


    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  2
    Johan replied

    Hi Sergio,

    Please see the attached screen shot. The submit button is not aligned with the text field as it should be. It would also be OK with the button below the form elements.

    Thanks,

    Johan

  •  432
    Sergio replied

    HI!

    pls. use following css:

    .mc4wp-form-fields{
        position:relative!important;
    }
    .mc4wp-form-fields .mc-text.small-body{
        color:#8e7050!important;
    }

     

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  2
    Johan replied

    Hi!


    Thank you!