Reply To: Link colors for everything but the home page

Homepage Community Forums Epik Theme Support Link colors for everything but the home page Reply To: Link colors for everything but the home page

#11400
Eric
Customer

    You could do it the opposite way and add code that will show up specifically for your homepage and it will only show up on the homepage –

    .home .epik-black a {
        color: #333;
    }

    Then you could add a different color for the rest of the site by adding this (or whatever color you want) –

    .epik-black a {
        color: #008ae3;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com