Viewing 4 replies - 1 through 4 (of 4 total)
  • That appears to be coming from this CSS:

    #bottom-menu {
        background: url("images/bg-bottom-menu-top.jpg") no-repeat scroll center top #E9DEBC;
        list-style-type: none;
        padding: 20px 0 0;
    }

    and here for the menu:

    #intro {
        background: url("images/bg-intro.jpg") no-repeat scroll center bottom #E9DEBC;
        color: #999999;
        font-family: 'Forum',Georgia,Times;
        font-size: 18px;
        padding: 15px 40px;
        text-align: center;
    }

    Note that changes to CSS should be made in a Child Theme or Custom CSS option or plugin so that your changes are not lost when the theme is updated.

    Thread Starter jd.aggie95

    (@jdaggie95)

    Yes I agree that seems to be the correct code area. However, I don’t see where it’s picking up the grey color? The color I want is E9DEBC, and I see that, but I don’t see the grey color anywhere????

    The grey is the background image.

    Thread Starter jd.aggie95

    (@jdaggie95)

    Ah ha!!

    Got it. Thanks a million…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mysterious grey areas…where's this code?’ is closed to new replies.