Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #802028

    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

    #802086

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.