Hi,
Would anyone be able to advise some way to change the background of the button box as I've no idea. See attachment.
Many Thanks.
Hi,
Please try the CSS code provided below:
/* Buttons background color */
.wpfcp-comment-info {
background-color: grey !important;
}
/* Change the text color if necessary */
.wpfcp-comment-info a {
color: #000 !important;
}
Insert the code in Top Admin Bar > Customize > Additional CSS, paste it into the “Additional CSS” textarea, save the changes, clear all caches, and check again.
If the code doesn’t help, please provide the direct URL where we can check the CSS conflict.