Reply To: Changing Link Attributes

Homepage Community Forums inSync Theme Support Changing Link Attributes Reply To: Changing Link Attributes

#13893
kronos
Customer

    Take a look at line 3041 in your css and you’ll find this code –

    .insync-red a {
        color: #000;
    }

    You can change that to whatever color you want and it should show up on your site. If you want it to be the same red as the theme color then you can add this –

    .insync-red a {
        color: #eD2124;
    }