I’ve been able to change the hover color by using the following, but I still don’t know how to change the normal (non-hover) background color (I want to change the standard gray to light brown):
.simple-social-icons .social-facebook a:hover {
background-color: #99cc00 !important;
}
.simple-social-icons .social-flickr a:hover {
background-color: #9966cc !important;
}
.simple-social-icons .social-gplus a:hover {
background-color: #dd4b39 !important;
}
.simple-social-icons .social-instagram a:hover {
background-color: #406e94 !important;
}
.simple-social-icons .social-linkedin a:hover {
background-color: #1b86bc !important;
}
.simple-social-icons .social-pinterest a:hover {
background-color: #ca2027 !important;
}
.simple-social-icons .social-rss a:hover {
background-color: #f38f36 !important;
}
.simple-social-icons .social-twitter a:hover {
background-color: #00abf0 !important;
}
.simple-social-icons .social-tumblr a:hover {
background-color: #ff3333 !important;
}
.simple-social-icons .social-github a:hover {
background-color: #60dcdf !important;
}
Anyone know what I should add/do?
My site is: https://www.prayersandapples.com