Footer grey bar colour removal?

  • dbphoto1981

    #6727

    Hi all, trying to make my entire page the same colour, can anyone point me in the direction to make the grey gradient bar I have into the same colour as my site? Site is here to view It is the bar at the bottom of the page above the copyright.

    Thanks

    Anonymous

    #35359

    Add this to Custom CSS

    #footer {
    padding-top: 0 !important;
    background: #660033 !important;
    border-top: none !important;
    }

    dbphoto1981

    #35360

    Thanks, that has done it.

    There is also a fine black line I seem to have underneath my menu bar, would you know where I get rid of this?

    Also is there a way to add a line between my menu words? so for example: | Casa Grande | Rooms | etc…..

    Thanks 🙂

    dbphoto1981

    #35361

    or make it yellow? #fae50f

    Anonymous

    #35362
    #header-menu-wrap {
    border-bottom: 1px solid #FAE50F;
    }

    Moved to Support. Please post in the correct section next time.

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.