• Resolved nickkwd

    (@nickkwd)


    Hi How do i change the colour of the footer bar at the bottom of the page? the one where the copyright text is….

    Thanks in advance
    Nick

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @nickkwd

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    footer .site-info {
      background: #765437 /* Add your desire color */;
    }

    Let me know if that does it.
    Thank you.

    • This reply was modified 5 years, 9 months ago by Anonymous User 16453565.
    Thread Starter nickkwd

    (@nickkwd)

    That worked. That’s great. Thanks a lot!

    Nick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change footer color from #333’ is closed to new replies.