Home › Forums › Azuma › How to change font color and of background color of footer.entry-footer class › Reply To: How to change font color and of background color of footer.entry-footer class
December 20, 2019 at 6:20 pm
#8743
Andy
Keymaster
.single .entry-footer {
background: #2d364c;
color: #fff;
}
.single .entry-footer a {
color: #fff;
}
change the hex color values to the color you want.