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

    Im having trouble having the social media icons appearing up on mobile with the Enfold theme, please let me know what I am doing wrong or what I need to modify to have the populate. Let me know if you need login credentials

    I also want to know if its possible to make the social links on the top right header in color, setting the rollover state on full color at all times? Can I also make these larger some how?

    Thanks so much
    Brian

    • This topic was modified 6 years, 9 months ago by schwabino.
    #896740

    Hey schwabino,

    Please provide login credentials in the private section, and a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #898118
    This reply has been marked as private.
    #898901

    Hi,

    Let’s take one thing at a time, please try this in Quick CSS to show them on mobile:

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block !important;
    }
    }

    Best regards,
    Rikard

    #899303

    Awesome thanks Rikard!

    Can you also provide me with code to have them in color (roll-over hover state) at all times?

    Thanks
    B

    #899343

    Hi,

    Add this to quick css:

    
    #top #wrap_all .av-social-link-flickr a{
    background:#ff0086!important;
    color:#fff!important;
    }
    
    #top #wrap_all .av-social-link-twitter a{
    background:#46d4fe!important;
    color:#fff!important;
    }
    
    #top #wrap_all .av-social-link-instagram a{
    background:#a67658!important;
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

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