This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="form-horizontal row"> | |
<div class="col"> | |
[text* your-name placeholder class:required class:form-control "Name*"] | |
</div> | |
<div class="col"> | |
[email* email-257 placeholder class:required "Email*"] | |
</div> | |
<div class="col"> | |
[text* text-599 placeholder class:required class:form-subject "Subject"] | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input id="mc4wp_email" class="form-control input-newletter" name="EMAIL" required="" type="email" placeholder="Your e-mail address..."> | |
<button type="submit" value="Submit"> <span>Subscribe</span><i class="zmdi zmdi-email"></i></button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.product-block.v15 .add-cart a.added+a.added_to_cart, | |
.product-block.v15 .add-cart a.added::after, | |
.product-block.v15 .add-cart a i:before{ | |
display: none !important; | |
} | |
.product-block.v15 .add-cart a.added { | |
display: block !important; | |
} | |
@media (min-width: 768px) { |