Hi my website has six social media icons above the header that are missing in mobile view, I have tried what was suggested in this forum “https://kriesi.at/support/topic/enfold-social-media-icons-and-widget-icons-missing/” to no avail. What should I do?
Hey hebertk3,
It looks like you just need to change the icon color on mobile from white to something that will be visible. Since you have disabled source/element inspection on the site I am not able to give you the exact class name and css, but it seems like just a simple color change for mobile.
Best regards,
Jordan Shannon
I have deactivated source protection, can you take another look? What are the exact steps to changing the color of that specific item?
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.social_bookmarks.icon_count_6 a{
color:#000!important;
}
}
Best regards,
Jordan Shannon
That worked great thank you, however now on mobile the website home reads *********** without the n? Is this a sizing issue from the fix?
Hi,
Can you please provide a screenshot? I am not seeing this issue.
Best regards,
Jordan Shannon