Tagged: x
-
AuthorPosts
-
February 14, 2017 at 10:36 am #1370648
Christine PParticipantHello,
The comments section of my blog has a dark background. I would like to change it to white but I can’t seem to find a way to do that in the customizer. Can you please assist?
example: http://www.dancezfit.com/2017/02/14/free-entry-presidents-day-kick-off-event/
February 14, 2017 at 10:55 am #1370685
ThaiModeratorHi There,
Please try adding the following CSS under Customizer > Custom > Global CSS:
.comment-form-comment #comment, .comment-form-author input, .comment-form-email input, .comment-form-url input { background-color: #fff !important; }Hope it helps 🙂
February 15, 2017 at 10:25 pm #1372977
Christine PParticipantThank you that worked for the blog. I am now also having the same problem with the WooCommerce product pages. I don’t know where I have it set where everything (blog, products, etc.) are set to this dark color. None the less do you have any pointers on how to change this one?
http://www.dancezfit.com/product/5-class-pass/
Thank you for all your help
February 16, 2017 at 2:13 am #1373190
LelyModeratorHi Christine,
Please update above CSS to this:
.comment-form-comment #comment, .comment-form-author input, .comment-form-email input, .comment-form-url input, input[type="number"], .woocommerce .entry-wrap, .woocommerce div.product .woocommerce-tabs .x-tab-content, .woocommerce-tabs .x-nav-tabs>li:not(.active)>a { background-color: #ffffff !important; }Hope this helps.
February 16, 2017 at 7:57 am #1373530
Christine PParticipantThank you. Im sorry to keep bugging you but the Checkout Page (https://www.dancezfit.com/checkout/) and the Cart page (http://www.dancezfit.com/cart/) also have the same problem. Can you help?
I really appreciate it!
February 16, 2017 at 11:05 am #1373791
DarshanaModeratorHi there,
Could you please try adding the following CSS rule.
.woocommerce-page .entry-wrap { background-color: #ffffff; }Make sure to clear your cache before testing.
Thanks!
February 16, 2017 at 11:24 am #1373822
Christine PParticipantThank you. The text boxes where the user enters their data is still black though on the Checkout page and Cart (coupon entry) fields:
February 16, 2017 at 3:58 pm #1374129
JadeModeratorHi there,
Please try this code:
.woocommerce .cart .actions .coupon input[type="text"], .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"] { background: transparent; }Hope this helps.
February 16, 2017 at 4:01 pm #1374133
Christine PParticipantwill that also fix the checkout page?
February 16, 2017 at 11:39 pm #1374578
Rue NelModeratorHello There,
Yes it will fix the form elements in you WooCommerce pages.
Please add it in your customizer and test out your page again.
It would also be helping if you clear your browser cache before you test the page.Please let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1370648 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
