Replies: 1
Hello,
I wanna change the font color of my footer widgets to hex #ababab(grey). If i use the code below, it will fix it, but the hyperlinks in my posts turn grey also, and thats not what i want. I just wanna change the font color of my footer widgets. Please help me out. Thanks!
body a {
color: #ababab;
text-decoration: none;
}
body a:hover {
color: #ababab;
text-decoration: none;
}
.footer .widget-title {
color: #ababab;
letter-spacing: 1px;
font-size: 0.79em;
}
-
This topic was modified 11 minutes ago by
Stijn.