Tagged: x
-
AuthorPosts
-
October 25, 2016 at 5:17 am #1229589
bambooinnParticipantdear Theme X,
could you help me with some CSS of woocommerce checkout page, the fonts in the input box is too small and not white (enough).
the site:
http://dev.bamboo-inn.nl/shop/catering/catering-menu-1/?add-to-cart=1358&quantity=20
You can then click on ‘checkout’, and when asked for filling in the details, the fonts are not good (I couldn’t guess what CSS I had to use… ).
(attachement: for instance the box with the address has examples what to fill in, those text (straat + huisnummer) are all to difficult to read).
Thanks!
October 25, 2016 at 5:50 am #1229623
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.woocommerce-account form select, .woocommerce-account form textarea, .woocommerce-account form input[type="tel"], .woocommerce-account form input[type="text"], .woocommerce-account form input[type="email"], .woocommerce-account form input[type="password"], .woocommerce-checkout form select, .woocommerce-checkout form textarea, .woocommerce-checkout form input[type="tel"], .woocommerce-checkout form input[type="text"], .woocommerce-checkout form input[type="email"], .woocommerce-checkout form input[type="password"] { color: #fff; font-size: 18px; } .woocommerce-invalid input { background-color: #d47979; } .woocommerce-validated input { background-color: #56af56; }Hope it helps 🙂
October 25, 2016 at 7:37 am #1229736
bambooinnParticipantHello,
thanks for the quick reply. I input the CSS. While I can now tweak the validated input, the ‘original’ input is still ‘small’ letters.
So,
1) validated input, it changes
2) the original input remain ‘small’.
Help?
October 25, 2016 at 9:17 am #1229874
ChristianModeratorPlease add !important like
color: #fff !important; font-size: 18px !important;I don’t see the CSS being implemented though. It could be that you haven’t copied it completely or there’s a syntax error in your CSS. Please check.
Thanks.
October 25, 2016 at 1:38 pm #1230283
bambooinnParticipantHi
Thanks, checked css, yes was an error in the CSS, I used the wrong commenting function. But I had to add the important to the validated output, before it take it. So for future references, the correct working one (for my site) is:
.woocommerce-account form select, .woocommerce-account form textarea, .woocommerce-account form input[type="tel"], .woocommerce-account form input[type="text"], .woocommerce-account form input[type="email"], .woocommerce-account form input[type="password"], .woocommerce-checkout form select, .woocommerce-checkout form textarea, .woocommerce-checkout form input[type="tel"], .woocommerce-checkout form input[type="text"], .woocommerce-checkout form input[type="email"], .woocommerce-checkout form input[type="password"] { color: #fff; font-size: 18px; } .woocommerce-invalid input { background-color: #d47979; } .woocommerce-validated input { background-color: #56af56 !important; }October 25, 2016 at 2:58 pm #1230414
JadeModeratorThanks for sharing.
🙂
October 25, 2016 at 2:58 pm #1230416
JadeModeratorThanks for sharing.
🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1229589 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
