Tagged: x
-
AuthorPosts
-
June 13, 2016 at 5:21 am #1039330
tashitendrelParticipantHi,
1/ I need to remove the background from comments areas. I have figured out this code below, but it removed background only from the areas designed to leave comments, but I need to the same for the comments that were posted:
#comment {
background-color: transparent;
}2/ Also, I need to add a line across the page separating comments from description.
3/ And to remove background color from contact form
thank you
June 13, 2016 at 6:49 am #1039446
ThaiModeratorHi There,
Please add the following CSS:
article.comment { background-color: transparent; } div#comments { border-top: 2px solid #e5e5e5; padding-top: 25px; margin-top: 25px; } .wpcf7-form-control { background-color: transparent !important; }Hope it helps 🙂
June 13, 2016 at 7:18 am #1039475
tashitendrelParticipantThank you! Those areas for commenter’s name, email, website also need to have transparent background… what should I add to the code?
June 13, 2016 at 8:53 am #1039597
ThaiModeratorHi There,
Please update the previous CSS a bit:
#comments { border-top: 2px solid #e5e5e5; padding-top: 25px; margin-top: 25px; } .wpcf7-form-control, .comment-form-author input, .comment-form-email input, .comment-form-url input, .comment { background-color: transparent !important; }Hope it helps 🙂
June 13, 2016 at 11:02 am #1039815
tashitendrelParticipantThank you! 🙂
June 13, 2016 at 11:48 am #1039919
RupokMemberYou are welcome!
Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Cheers!
June 22, 2016 at 1:07 am #1053818
tashitendrelParticipantHello, I have just noticed now some white lines comming up after replying to the comments. Can I also remove them somehow??
Screenshot attached.
thank youJune 22, 2016 at 5:02 am #1054036
ThaiModeratorHi There,
Please provide us the URL of that post.
Thank you.
June 22, 2016 at 7:41 am #1054217
tashitendrelParticipantThis reply has been marked as private.June 22, 2016 at 8:28 am #1054282
DarshanaModeratorHi there,
You can add this under Custom > CSS in the Customizer.
.x-comments-list .children li.comment { border-left: medium none rgba(0, 0, 0, 0); box-shadow: none; }Hope that helps.
June 22, 2016 at 9:07 am #1054352
tashitendrelParticipantThank you, but there is still a little dasj left…
June 22, 2016 at 9:12 am #1054359
RahulModeratorHey There,
Please add some more custom CSS :
.x-comments-list .children li.comment:before { box-shadow: 0 1px 0 0 #f1efeb; }Thanks
June 22, 2016 at 9:25 am #1054379
tashitendrelParticipantthank you!
June 22, 2016 at 9:40 am #1054406
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1039330 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
