Tagged: x
-
AuthorPosts
-
December 17, 2016 at 10:54 pm #1296933
shamusParticipanthttp://dankhabits.com/caseywillaxandfriendsatwitches-rock/
How can I make the comment background color black and the text white?
Thanks!
December 18, 2016 at 2:02 am #1297000
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #000; color: #fff; border: 1px solid #efefef } ::-webkit-input-placeholder { color: #fff; } :-moz-placeholder { /* Firefox 18- */ color: #fff; } ::-moz-placeholder { /* Firefox 19+ */ color: #fff; } :-ms-input-placeholder { color: #fff; }Hope that helps.
December 18, 2016 at 9:31 pm #1297670
shamusParticipantIt did help the comment box but what about the box where the comments show up?
December 18, 2016 at 10:29 pm #1297705
Rue NelModeratorHello There,
Thanks for updating in! To also add the box where the comments show up, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site article.comment { background-color: transparent !important; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1296933 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
