Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1144261

    Hello,

    I am looking to make my “submit” button on the contact form full-width and a custom color. in this link: https://mysite.com/led-screen-rental-san-francisco/ – i would like the “submit” button to be our brand’s red and full-width within the column.

    Thanks,
    Ryan

    • This topic was modified 5 years, 1 month ago by Jordan Shannon.
    • This topic was modified 4 weeks ago by Yigit.
    #1144264

    Hey ryanmeighan,

    Add this to quick css:

    input.button{
    width:100%!important;
    background: #bd2727!important;
    }

    Best regards,
    Jordan Shannon

    #1144269

    Thank you Jordan. I was not familiar with quick CSS, so i looked it up –

    “The Quick CSS section is provided in the theme options to add your custom CSS code easily and quickly. You can access this section from the Enfold theme Options > General Styling > Quick CSS”

    This appears that it will affect my whole site. I am just looking for one custom contact form. Thoughts?

    #1144271

    Hi,

    Adjust the code to this:

    .page-id-5346 input.button{
    width:100%!important;
    background: #bd2727!important;
    }

    Best regards,
    Jordan Shannon

    #1144292

    You rule! thank you!

    #1144299

    Hi,

    I’m happy to help. If you need additional help, please let know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Customize “Submit” Button on Contact Form’ is closed to new replies.