Custom class in footer widget
-
Hello,
I’m trying to edit the color of a few footer widget titles. I created a separate class for each one already.
#footer .widget-title {
font-size: 12px;
line-height: 12px;
color: #873299;
margin-top: 0;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #CCC;
}#footer .widget-title2 {
font-size: 12px;
line-height: 12px;
color: #008aab;
margin-top: 0;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #CCC;
}I’ve tested them out in inspector, so the classes are correct, I’m stumped as to how to call the class for each title I created.
Thanks for any help.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom class in footer widget’ is closed to new replies.