Hi, I added some CSS to change font color and link color in footer.
That works on most pages, but on some its rendered unreadable.
thx-rolf
Hey rolfroyce,
Add the following to quick css:
#footer h3.widgettitle{
color:#b2bcc1!important;
}
#footer a{
color:#b2bcc1!important;
}
span.copyright a{
color:#b2bcc1!important;
}
Let me know if this works.
Best regards,
Jordan Shannon