Astra主题底部的菜单不能直接修改字体颜色,但是我们可以在主题的自定义(Customize)模式添加CSS代码。
替换以下颜色编号
#888888 灰色 (菜单标题)
#fbfdfc 浅灰色 (菜单链接)
#72c5cc 网站主色调 (鼠标放在链接上面)
#colophon .widget-title{
color:#888888!important;
font-size:18px!important;
}
.footer-widget-area{
color:#888888!important;
}
#colophon a{
color:#fbfdfc!important;
}
#colophon a:hover{
color:#72c5cc !important;
}