Changing Footer Text Color

Home Support Medical Way Plus Changing Footer Text Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7832
    Brian
    Participant

    Hi

    Now I’ve learnt how to change the footer color from Ivweissert’s Q post, I would like to know how can I change the footer TEXT color.
    As I’ve changed the footer background color to ‘white’, the title text of blog widget in footer (which is white in default) now becomes invisible

    Kind Regards

    #7833
    ProDesigns
    Keymaster

    Hi @Brian,

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to make footer background white and text color dark.

    #colophon {
        background-color: #fff;
        border-top: 1px solid #ccc;
        color: #777777;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.