Reply To: Footer color

Homepage Community Forums Epik Theme Support Footer color Reply To: Footer color

#10327
Ectophob
Customer

    Hi, no your code is for the footer widget zone; which I had already identified.
    I was referring to the Footer starting at line 2707:

    /*
    Site Footer
    —————————————————————————————————- */

    .site-footer {
    background: #1a1a1a;
    color: #aaa;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    }

    I learned that I have to change the color to Cerulean Blue | Hex #2A52BE
    Also changed font color to #fff.

    Thank you for your help 馃檪