Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1099250
    rotipom
    Participant

    Hi there, I tried using some of the forum thread suggestions but it didn’t work for me.

    I want to make the form all on one line and I want the the button to be flat, no drop shadow anywhere and I’d like to change the colors.

    Can you help me?

    THanks!

    Bespoke Enchantment

    #1099516
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-subscribe-form input[type="submit"] {
        box-shadow: none !important;
        background-color: #ff2a13;
        border: none !important;
        color: #fff;
        border-radius: 0 !important;
    }

    Thanks.

    #1102212
    rotipom
    Participant

    Hi there thank you this worked for getting the button flat but it didn’t change it to all one one line. I’d like the name/email and button to be on one line instead of three lines. How can I do that? Thanks!

    #1102266
    rotipom
    Participant

    I managed to change it to one line but I can’t get rid of the 45px padding around the form and the CSS selectors I tried didn’t work in either global CSS or page CSS (cornerstone).

    Bespoke Enchantment

    How can I :

    1. Remove that 45px margin altogether so that anytime I embed the mailchimp form there isn’t that large 45px padding around it
    2. Make it left align?

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1099250 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>