• Resolved Matthew Modlinski

    (@mattjallday)


    I’d like to change the footer background color to white(instead of dark gray) and change the footer text color to black( instead of white).

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello mattjallday,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .site-footer {
      background-color: #fff;
      color: #000;
    }
    
    .site-footer a {
      color: #000;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter Matthew Modlinski

    (@mattjallday)

    THANK YOU SO MUCH!!!

    Hi im trying to change the background behind the footer widgets.
    Can you help me with that. I would like it to be black.

    Also if possible how to I apply this code to all site pages?
    This is only applying to my first page.

    .site-content {
    background-color: #e6e6e6;
    }

    Thanks in Advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Footer Background Color and Footer Text Color’ is closed to new replies.