FOOTER COLOR?

Viewing 4 posts - 1 through 4 (of 4 total)
  • #12734
    seiperseo36o
    Participant

    change the color of the footer from gray to white as I do? thanks

    #12751
    seiperseo36o
    Participant

    helppp…

    #13642
    EternaLife07
    Participant

    Were you able to find out?

    #13643
    EternaLife07
    Participant

    Type this in custom css

    #footer-area {
    background: none repeat scroll 0 0 #CCCCCC;
    border-top: 1px solid rgba(255, 255, 255, 0.235);
    color: #CCCCCC;

    }

    Replace each #CCCCCC with color of choice, as well as the border top

    Hope that helps

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

You must be logged in to reply to this topic.