This topic is: resolved
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.
Please use one topic for only one question.
Please use one topic for only one question.
Please use one topic for only one question.
Hi, I accidentally deleted the wrong content form (imported with the demo content), and the default contact form styling doesn’t look right. Can you provide the code for the theme’s default contact form? Thank you!
I attached screenshots in case my description wasn’t very clear.
Hi. Use this.
<div class="pix-contact-form pix-round" >
<div class="col-md-12">
<div class="form-group">
[text* your-name placeholder "Name"]
</div>
</div>
<div class="col-md-12">
<div class="form-group">
[text* your-phone placeholder "Phone or Skype"]
</div>
</div>
<div class="col-md-12">
[textarea your-message placeholder "Message"]
</div>
<div class="col-md-12 text-left">
[submit class:pix-button class:pix-dark class:pix-v-l "Send message"]
</div>
</div>
You must be logged in to reply to this topic.