badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Plugin for variable content / Formatting of non-text form fields

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23133

    Hi filipa.martins,

    We have not tested with the Content Switcher plugins or any recommended plugins. We are sorry for this.

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #main form input{
      padding: 10px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      width: 100%;
      margin: 0 0 30px;
      background-color: #f9f9f9;
    }
    
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
      border: 1px solid rgba(0, 0, 0, 0.05);
      width: 100%;
      margin: 0 0 30px;
      background-color: #f9f9f9;
      height: 50px;
    }

    Thank you!

    #23161
    filipa.martins
    Participant

    That works great. The only problem is that the formatting also affects the submit button, creating a wide grey area behind it – is there a way to prevent this?

    Tks!
    Filipa

    #23196

    Hi filipa.martins,
    Remove the above css and paste this current CSS

    .wpcf7-validates-as-tel {
      padding: 10px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      width: 100%;
      margin: 0 0 30px;
      background-color: #f9f9f9;
    }
    
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
      border: 1px solid rgba(0, 0, 0, 0.05);
      width: 100%;
      margin: 0 0 30px;
      background-color: #f9f9f9;
      height: 50px;
    }

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.