merceruniversity / wp-news

1 stars 0 forks source link

Color of visited links in footer persists, even on reload #108

Closed maconmatt closed 6 years ago

maconmatt commented 6 years ago
screen shot 2018-03-07 at 8 28 00 pm
cinakur commented 6 years ago

@maconmatt do you want them to stay orange?

maconmatt commented 6 years ago

@elcopeland yes let's keep them orange

cinakur commented 6 years ago

@maconmatt orange to start, orange when visited?

cinakur commented 6 years ago

(uh so I actually fixed this today.)

In Customize > Additional CSS

/* Make footer links orange and stay orange*/

.footer .textwidget a:visited{
    color: #c8541e;
}