• Hi All, Right now, I’m trying to replace the Footer (which is the black box) with a different color such as a gray and then put in the copyright text in that place. I am having trouble changing the color because when I do that the border disappears and then I can’t put in the copyright text. http://www.gorgeouslywed.com. Here is the style sheet:

    [Stylesheet moderated. Please just post a link to your site instead.]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The footer styles are here:

    #colophon {
        background: none repeat scroll 0 0 #000000;
        border-radius: 0 0 10px 10px;
        color: #EEEEEE;
        margin: 0 -1px -1px;
    }

    Change the #000000 to whatever color you want.

    But do be aware that unless you use a Child Theme and/or custom CSS plug-in, any changes you make will be overwritten when the theme is updated…so strongly suggested that you do one of those first.

    Thread Starter gorgeouslywed

    (@gorgeouslywed)

    Thank you! Trying it out, hopefully it works.

    Thread Starter gorgeouslywed

    (@gorgeouslywed)

    Hmm tried putting a number in there but the color hasn’t changed in the footer…

    Thread Starter gorgeouslywed

    (@gorgeouslywed)

    It finally worked! THank you soo much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer Issue’ is closed to new replies.