Nov 17, 2020 10:46 am
Hello,
it is possible to change the colour of the Replys for the 1# Layout? Like the Reply colour on the 2# Layout?
1 Reply
Nov 17, 2020 11:23 am
Hi @muratp,
Try the CSS code below:
#wpdcom .wpd-reply {
background-color: #797676;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.