To describe more let me tell that I am trying to change the background colour to the replies made (only replies).
https://screenshot.net/5y3woi4
Please refer image (Kindly look at the bottom of the image.)
HiΒ Yogen,
Use the following CSS code, put it in Dashboard > Comments > Settings > Styling > "Custom CSS code" textarea. Save it, delete all caches and do Ctrl+F5 on front-end.
#wpforo #wpforo-wrap .wpforo-comment .wpf-right .wpforo-comment-content {
background-color: #4a8eb3;
}
Don't forget to change the red marked color codes before using.
(In case if you didn't get me)
This replied text should have different background for eg, #fffff or any other colour.
Sorry but the code you provided didn't worked for me.
Deleted cache, refreshed but no changes. Is there anything I need to do?
url: www.solvedanswer.com/community
HiΒ @writetoyogen,
ok, try the following CSS code. In case you'd prefer to save the QA layouts answers color don't delete the code I've provided before.
.wpforo-content .post-wrap:not(.wpfp-first) .wpforo-post{
background-color:#4a8eb3 !important;
}