justinthomasonline
Forum Replies Created
-
Thanks @cara,
Raised a ticket to slimcd team, and hope they will fix the issue.
Forum: Plugins
In reply to: [WooCommerce] getting error while using payment_gateways()Thanks @gabrielfuentes, for the swift response.
using css we can make the color of placeholder same as the background color of input element feels the field as empty….
<input type=”tel” style=”background-color: #f8f8f8;” id=”” class=””…../>
input[type=”tel”]::-webkit-input-placeholder {
color: #f8f8f8 !important;
}input[type=”tel”]:-moz-placeholder { /* Firefox 18- */
color: #f8f8f8 !important;
}input[type=”tel”]::-moz-placeholder { /* Firefox 19+ */
color: #f8f8f8 !important;
}input[type=”tel”]:-ms-input-placeholder {
color: #f8f8f8 !important;
}The client does not requires this particular option.. Thanks for your immediate replay
Forum: Plugins
In reply to: [Simple Job Board] Job FormThank you for your quick response.