Espied Footer Color

  • Unknown's avatar

    I’ve been wrestling with this for a couple hours now, and I must apparently be missing something super simple.

    All I’m trying to do is change the footer color on the Espied theme to black. That’s it. In the customizer, I’ve tried numerous different things, but though I’ve been able to adjust the text color and background color of the attribution links at the bottom, I can’t seem to change the background color of the footer itself.

    Any help would be appreciated!

    The blog I need help with is: (visible only to logged in users)

  • Please add the following CSS:

    .site-footer {
    	background: green;
    }

    Please replace green with either the color name or the hex code of the color you want :-)

  • Unknown's avatar

    The fact that it was a period that I was missing does not make your help less helpful. Lol. Thank you very much!

  • No problem. Period is used for class selector and # for ID selector.

    Happy blogging :-)

  • The topic ‘Espied Footer Color’ is closed to new replies.