Hello
I am trying to make the “envelope” icon and social media icons on the top-right header bar be consistent, I had custom colors but now I’m using header transparency so the colors are no longer active, can you help me with some code to make these icons all look consistent like the envelope (png) or make the envelope have the box look like the Twitter / Flickr / Instagram icons?
Thanks so much
Brian
Hey Brian,
Thanks for contacting us!
You have following custom CSS codes
#top #wrap_all .av-social-link-twitter a {
background: #f8f8f8 !important;
color: #818080 !important;
}
#top #wrap_all .av-social-link-flickr a {
background: #f8f8f8 !important;
color: #818080 !important;
}
#top #wrap_all .av-social-link-instagram a {
background: #f8f8f8 !important;
color: #818080 !important;
}
Deleting them will make all icons look like envelope icon.
If you would like to make envelope icon look like the others, please add following custom CSS code as well
#top #wrap_all .av-social-link-mail a {
background: #f8f8f8 !important;
color: #818080 !important;
}
Best regards,
Yigit