Change Footer Follow Button Color
-
I thought I had posted here this morning, but I don’t see my post anywhere.
I’ve been trying to change the FOLLOW button color in the footer. None of my CSS works.
Here’s what I’ve tried and currently have on the site. It changed the FOLLOW button in the sidebar, but not the FOLLOW button in the footer. (Perhaps something here is conflicting with each other.)
button {
background-color: #ba55d3;
color: #fff;
}input.search-submit {
background-color: #ba55d3;
color: #fff;
}button, input[type=”button”], input[type=”reset”], input[type=”submit”], #infinite-handle span {
background-color: #ba55d3;
}input[type=”follow”] {
background-color: #ba55d3;
}The blog I need help with is: (visible only to logged in users)
-
Finally found my own solution:
.footer-widget-area button {
background-color: #ba55d3;
}
- The topic ‘Change Footer Follow Button Color’ is closed to new replies.