PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.footer-widget-wrapper .widget ul li a {
color: #fff;
opacity: 0.8;
transition: 0.15s all ease-in-out;
}
.footer-widget-wrapper .widget ul li a:hover {
opacity: 1;
}
Regards,
PenciDesign.