Home › Forums › Claremont Pro › Change accent color › Reply To: Change accent color
January 13, 2020 at 11:07 pm
#8998
Andy
Keymaster
For the icons (author, date/calendar, category/folder etc) use this:
.entry-meta i,
.entry-footer i {
color: #e4cb19;
}
For the author and category text links use this:
(by default these just use the “a” element site-wide color)
.entry-meta a,
.entry-footer a {
color: #978500;
}
The continue reading link again is by default the standard link color, but can be changed with this:
.entry-content a {
color: #978500;
}