Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #646397

    Social media icons on our mobile site are not visible, instead there is a white-line box area visible. How can I adjust this?

    http://www.xenophonstrategies.com

    Thanks, Ann

    #646666

    Hey Ann,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width: 767px){
    .responsive #top #header_meta .social_bookmarks li a {
        color: white !important;
    }
    }
    

    Best regards,
    Jordan

    #647433

    Worked like a charm, thanks so much Jordan!!!!!!!!! – Ann

    #647475

    Hi Ann,

    Glad to hear that it worked!

    Best regards,
    Jordan

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