• Hi,

    I know a bit of CSS, but I just can’t figure this one out. I’ve tried a number of things, but it doesn’t seem to be working. The footer is purple and left justified, but I have no idea why.

    Can somebody please help me change the footer color, style and size to match the header menu? I would also like it centered.

    My site is http://www.premierflooringspringfield.com
    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @quantum137,

    Your footer section has background image instead of color. That is why applying color to it won’t work. Just checkout the following css:

    ‘footer {
    /* background: url(../images/pattern4.jpg) repeat 0 0; */ //remove bg image
    padding: 50px 0;
    background-color: red; //add this line & choose color
    }’

    Hope that helps!

    kool

    Thread Starter quantum137

    (@quantum137)

    I appreciate your help, but that didn’t work. I am trying to change the color of the footer menu (sorry I should have been more specific). It is still not responding to my changes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't Change Footer Menu’ is closed to new replies.