Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #814722

    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?

    • This topic was modified 7 years, 5 months ago by hebertk3. Reason: Wrong website address
    #814816

    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

    #814839

    I have deactivated source protection, can you take another look? What are the exact steps to changing the color of that specific item?

    #814847

    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

    #815976

    That worked great thank you, however now on mobile the website home reads *********** without the n? Is this a sizing issue from the fix?

    #815980

    Hi,

    Can you please provide a screenshot? I am not seeing this issue.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.