Reply To: How to change the link color ?

Homepage Community Forums Epik Theme Support How to change the link color ? Reply To: How to change the link color ?

#11316
kronos
Customer

    Looks like you’ve already found it? It’s on line 2649 in your css. –

    .footer-widgets a {
        color: #01b1c1;
    }

    The main footer area is on line 2728 –

    .site-footer a {
    color: #aaa;
    font-weight: 400;
    }