How to change the font color of the footer widgets
-
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;
}
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘How to change the font color of the footer widgets’ is closed to new replies.