Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1092102

    i need to change social media icons color in footer socket, i tired to change it from Quick CSS by adding the following code with no response

    #socket .av-social-link-facebook a {
    color: #fff !important;
    background:#fff;
    background-color: #37589b !important;
    }
    #socket .av-social-link-twitter a {
    color: #fff !important;
    background-color: #46d4fe !important;
    }
    #socket .av-social-link-youtube a {
    color: #fff !important;
    background-color: #a72b1d !important;
    }
    #socket .av-social-link-gplus a {
    color: #fff !important;
    background-color: #de5a49 !important;
    }
    #socket .av-social-link-instagram a {
    color: #fff !important;
    background-color: #a67658 !important;
    }

    • This topic was modified 6 years, 9 months ago by ameibc.
    #1092356

    Hey ameibc,

    Best regards,
    Victoria

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