After upgrading to the latest version of Enfold my social icons on mobile are missing…the boxes are there but the images are missing…please let me know what needs to be done…
Thanks
Hey wesleysoccer!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
Yigit
Hey!
Add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
.responsive #top #header_meta .social_bookmarks li a {
color: white;
}
}
Regards,
Ismael
Thanks…That did the trick…