Footer social icon individual custom color

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Footer social icon individual custom color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27961
    Sujoy Banerjee
    Participant

    Hi,
    I need to give custom color for individual social icons in the footer . so far i have tried using the below custom css but its not working for some reason

    .icon-facebook8{color:#4267B2;}
    .icon-twitter2{color:#1DA1F2;}
    .icon-youtube4{color:#FF0000;}
    .icon-linkedin4{color:#0077B5;}
    .icon-instagram5{color:#C6008E;}

    #27967
    Veena
    Moderator

    Pls use this custom CSS –

    #footer ul.social-list a i {
        color: #000;
    }
    
    #27969
    Sujoy Banerjee
    Participant

    but this will apply same color on all the social icon , i need different color for each social icons

    #27980
    Veena
    Moderator

    You can add custom CSS like this –

    #footer a.facebook i {
        color: #fff !important;
    }
    
    #27981
    Sujoy Banerjee
    Participant

    ok that did the job but the facebook social icon is not in the same alignment as with the other . Even in Invent demo site , its not in the same alignment

    #27985
    Veena
    Moderator

    Pls add the below custom CSS –

    #footer ul.social-list li {
        padding: 0;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.