Viewing 1 replies (of 1 total)
  • It depends on which links you talk about??

    But if it is general, like the Read More >>:
    a {
    color: #0B91EA;
    }
    and the hover over will be:
    a:hover {
    color: #0C87D3;
    }

    Your widget area overwrite this with:

    .widget-area .widget a {
    color: #757575;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Editing’ is closed to new replies.