how to change comment color background?
hi everyone, have a question:
how do i change comment bg color? I can not find this option in betheme color settings.
thank you.
hi everyone, have a question:
how do i change comment bg color? I can not find this option in betheme color settings.
thank you.
Comments
Hi,
Please, use the following CSS code:
.single-post #comments .comment-body{ background-color: #213705!important; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
thank you so much?