Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13545

batharoy on "[Theme: Twenty Thirteen] Change Color of Footer to Match header image"

$
0
0

@RainCityChick

I think this covers the link color as well as the hover color, let me know if I missed something.

.categories-links a {
color: #1B8DC9;
}
.categories-links a:hover {
color: #ea9629;
}
.widget-title a {
color: #1B8DC9;
}
.widget-title a:hover {
color: #ea9629;
}
.textwidget a {
color: #1B8DC9;
}
.textwidget a:hover {
color: #ea9629;
}
.date a {
color: #1B8DC9;
}
.date a:hover {
color: #ea9629;
}
.entry-content a {
color: #1B8DC9;
}
.entry-content a:hover {
color: #ea9629;
}
.site-footer .widget a {
color: #1B8DC9;
}
.site-footer .widget a:hover {
color: #ea9629;
}

Viewing all articles
Browse latest Browse all 13545

Trending Articles