Submit button changes

Discussion in 'RoadFighter WordPress Theme' started by mouseclubhouse, Jul 5, 2015.

  1. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    Hi, when I paste my Mailchimp form into my old website, the form looks really nice, but in my new site with the Road Fighter them, the width of the input fields are too big, there's space between the input field names (i.e. email address, first name, last name) and the input fields, and most importantly the subscribe button is so light you can hardly see the text. I really like the old solid blue square.

    Is there a way I can fix this?
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    I have checked your website...

    It seems that you have resolved the issue regarding the spaces between input fields of your own.

    To resolve issue regarding subscribe button, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    input#mc-embedded-subscribe {
      background-color: #0412D5 !important;
      background-image: none !important;
      color: white !important;
      padding: 6px 20px !important;
    }
    Thanks,
    Praveen
     

Share This Page