How can I make the social media icons look colorful as real logos and make them bigger in size?

baldeepdhurkot
Shopify Partner
27 0 2

How can I make the social media icons look colorful as real logos and make them bigger in size in Shopify 

Symmetry theme?

 

The website is mobrut.com

Thissss.JPG

 

Thanks

Cheers!
Baldeep
Replies 2 (2)

baldeepdhurkot
Shopify Partner
27 0 2

@Zworthkey Would you like to help, friend?

Cheers!
Baldeep

Zworthkey
Shopify Partner
5581 642 1565

Hii, @baldeepdhurkot 
Paste this code on top of the style.css file.

ul.social-links__list li:nth-child(1) {
    color: #3b5998 !important;
}
ul.social-links__list li:nth-child(2) {
    color: #C24175 !important;
}

Thank You.